ft3.template.pkg.exc module¶
Template exceptions module.
- exception CustomExampleError¶
Bases:
RequestErrorCannot redefine a pet called
Bark.
- exception HTTPError¶
Bases:
ExceptionBase HTTP Error class.
- exception MethodNotImplementedError¶
Bases:
HTTPErrorMethod not yet implemented for the requested resource.
- exception RequestError¶
Bases:
HTTPErrorOperation could not be completed due to an error with the request.
- exception ResourceNotFoundError¶
Bases:
HTTPErrorRequested resource could not be found at the specified location.
- exception ResourceLockedError¶
Bases:
HTTPErrorRequested resource is currently locked for modification.
- exception BasePackageException(msg: str, *args: Unpack[ArgsType])¶
Bases:
BaseException,Generic[Unpack[ArgsType]]Exception common to the entire package.
Automatically handles serialization.