(statusCode int)
| 532 | } |
| 533 | |
| 534 | func statusCodeSuccessful(statusCode int) bool { |
| 535 | return !context.StatusCodeNotSuccessful(statusCode) |
| 536 | } |
| 537 | |
| 538 | // FireErrorCode handles the response's error response. |
| 539 | // If `Configuration.ResetOnFireErrorCode()` is true |
no outgoing calls
no test coverage detected
searching dependent graphs…