UnhealthyResponseCodeError
Error which gets thrown when the terminus client receives an unhealthy response code from the server.
class UnhealthyResponseCodeError extends HealthCheckError {
// inherited from terminus/lib/HealthCheckError
constructor(message: string, causes: any)
causes: any
isHealthCheckError: true
}
Constructor
Initializes the error |
|||||||||
Parameters
|