HealthResponse
public struct HealthResponse : Content
Healthcheck URL response payload. This smells roughly the same as an error fields-wise without inheriting from the error.
-
Declaration
Swift
var status: HTTPResponseStatus -
Declaration
Swift
var reason: String -
Declaration
Swift
var error: Bool
View on GitHub
HealthResponse Structure Reference