# Functions
BadRequest constructs a simple 400 response body.
InvalidRequest constructs a simple 422 response body.
NotFound constructs a simple 404 response body.
ServerError constructs a simple 500 response body.
# Constants
All possible response status types.
All possible response status types.
All possible response status types.
All possible response status types.
All possible response status types.
# Structs
SadResponse defines a generic error response body.
No description provided by the author
ValidationResponse defines a 422 error response body.
No description provided by the author
# Type aliases
ResponseStatus defines a service response status type.
No description provided by the author