# Functions
GetRequestError returns a copy of the RequestError pointer.
IsRequestError checks if an error of type RequestError exists.
NewRequestError wraps a provided error with an HTTP status code.
# Structs
ErrorResponse is the form used for API responses from failures in the API.
RequestError is used to pass an error during the request through the application with web specific context.