# Functions
NewBadRequest creates a new ClientError with status code 400.
NewForbidden creates a new ClientError with status code 403.
NewInternalServerError creates a new ClientError with status code 500.
NewNotFound creates a new ClientError with status code 404.
NewUnauthorized creates a new ClientError with status code 401.
# Structs
No description provided by the author