exception_handler#
Error handling and error reporting.
Classes#
Functions#
|
Attributes#
- T#
- class ExceptionHandler#
- property http_timeout#
- property user_agent#
- property error_upload_url#
- __call__(func: collections.abc.Callable[Ellipsis, T], *args, **kwargs) T | int#
- handle_exception(exc_val: BaseException, exc_tb: types.TracebackType) int#
- handle_application_exception(exc_val: BaseException, exc_tb: types.TracebackType) int#
- _print_conda_exception(exc_val: BaseException, exc_tb: types.TracebackType) None#
- handle_unexpected_exception(exc_val: BaseException, exc_tb: types.TracebackType) int#
- handle_reportable_application_exception(exc_val: BaseException, exc_tb: types.TracebackType) int#
- get_error_report(exc_val: BaseException, exc_tb: types.TracebackType) dict[str, str]#
- conda_exception_handler(func: collections.abc.Callable[Ellipsis, T], *args, **kwargs) T | int#