HealthResponse
public struct HealthResponse : Content
Healthcheck URL response payload. This smells roughly the same as an error fields-wise without inheriting from the error.
-
HTTP status code.
Declaration
Swift
var status: HTTPResponseStatus
-
Arbitrary response details.
Declaration
Swift
var reason: String
-
Is this response an error.
Declaration
Swift
var error: Bool