# Functions

EntitlementError Used to represent entitlement errors.
MissingTenantError Used to represent missing tenant errors.
NotFoundError Used to represent not found errors.
ServerError Used to represent server errors.
UnauthorizedError Used to represent unauthorized errors.
ValidationError Used to represent validation errors.

# Constants

NotFound The requested resource could not be found.
Server The operation looked fine but the server couldn't process it.
User The request was well-formed but was unable to be followed due to semantic errors.

# Structs

Error Representation of errors in API.