module documentation

App Error object

Exception BadRequestError Generic 'bad request' error.
Exception ConfigurationError Undocumented
Exception Error Undocumented
Exception ForbiddenError Generic 'forbidden' error.
Exception NotFoundError Generic 'object not found' error.
Exception ResponseTooLargeError Generic error when a response is too large.
Function to_string_list Exception backtrace as a list of strings.
Function _message Undocumented
Function _name Undocumented
def to_string_list(exc: Exception) -> list: (source)

Exception backtrace as a list of strings.

def _message(exc): (source)

Undocumented

def _name(exc): (source)

Undocumented