# Functions
NewBadRequestError displays errors with the following description: The server cannot process the request due to invalid or corrupt data.
NewForbiddenError displays errors with the following description: Access to the requested resource is forbidden.
NewMethodNotAllowedError displays errors with the following description: The target endpoint does not support your request method.
NewNotAcceptableError displays errors with the following description: The server cannot provide a response that matches the provided accept headers.
NewNotFoundError displays errors with the following description: The server cannot find the requested resource.
NewRequestEntityTooLargeError displays errors with the following description: The request entity exceeds server limitations.
NewUnauthorizedError displays errors with the following description: The request lacks authentication credentials for the requested resource.
NewUnsupportedMediaTypeError displays errors with the following description: The media format of the request is not supported.