akahu.api.rest.models.api_error¶
- exception akahu.api.rest.models.api_error.ApiError(error: HTTPError)¶
Bases:
HTTPError- add_note(object, /)¶
Exception.add_note(note) – add a note to the exception
- args¶
- characters_written¶
- property data: dict¶
- errno¶
POSIX exception code
- filename¶
exception filename
- filename2¶
second exception filename
- property message: str¶
- classmethod raise_rate_limit_error() None¶
- property status_code: int¶
- strerror¶
exception strerror
- property success: bool¶
- with_traceback(object, /)¶
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.