Module push_to_3yourmind.exceptions
Exception classes raised by the client library
Classes
class BasePushTo3YourmindAPIException (*args, **kwargs)
-
Expand source code
class BasePushTo3YourmindAPIException(Exception): """ Base exception class for all exceptions raised by push_to_3yourmind """
Base exception class for all exceptions raised by push_to_3yourmind
Ancestors
- builtins.Exception
- builtins.BaseException
Subclasses
class ObjectNotFound (*args, **kwargs)
-
Expand source code
class ObjectNotFound(BasePushTo3YourmindAPIException): pass
Base exception class for all exceptions raised by push_to_3yourmind
Ancestors
- BasePushTo3YourmindAPIException
- builtins.Exception
- builtins.BaseException
-
Expand source code
class Unauthorized(BasePushTo3YourmindAPIException): pass
Base exception class for all exceptions raised by push_to_3yourmind
Ancestors
- BasePushTo3YourmindAPIException
- builtins.Exception
- builtins.BaseException
class AccessDenied (*args, **kwargs)
-
Expand source code
class AccessDenied(BasePushTo3YourmindAPIException): pass
Base exception class for all exceptions raised by push_to_3yourmind
Ancestors
- BasePushTo3YourmindAPIException
- builtins.Exception
- builtins.BaseException
class BadRequest (*args, **kwargs)
-
Expand source code
class BadRequest(BasePushTo3YourmindAPIException): pass
Base exception class for all exceptions raised by push_to_3yourmind
Ancestors
- BasePushTo3YourmindAPIException
- builtins.Exception
- builtins.BaseException
class MethodNotAllowed (*args, **kwargs)
-
Expand source code
class MethodNotAllowed(BasePushTo3YourmindAPIException): pass
Base exception class for all exceptions raised by push_to_3yourmind
Ancestors
- BasePushTo3YourmindAPIException
- builtins.Exception
- builtins.BaseException
class ServerError (*args, **kwargs)
-
Expand source code
class ServerError(BasePushTo3YourmindAPIException): pass
Base exception class for all exceptions raised by push_to_3yourmind
Ancestors
- BasePushTo3YourmindAPIException
- builtins.Exception
- builtins.BaseException
class BadArgument (*args, **kwargs)
-
Expand source code
class BadArgument(BasePushTo3YourmindAPIException): pass
Base exception class for all exceptions raised by push_to_3yourmind
Ancestors
- BasePushTo3YourmindAPIException
- builtins.Exception
- builtins.BaseException
class MaterialNotFound (*args, **kwargs)
-
Expand source code
class MaterialNotFound(BasePushTo3YourmindAPIException): pass
Base exception class for all exceptions raised by push_to_3yourmind
Ancestors
- BasePushTo3YourmindAPIException
- builtins.Exception
- builtins.BaseException
class PostProcessingNotFound (*args, **kwargs)
-
Expand source code
class PostProcessingNotFound(BasePushTo3YourmindAPIException): pass
Base exception class for all exceptions raised by push_to_3yourmind
Ancestors
- BasePushTo3YourmindAPIException
- builtins.Exception
- builtins.BaseException
class SupplierNotFound (*args, **kwargs)
-
Expand source code
class SupplierNotFound(BasePushTo3YourmindAPIException): pass
Base exception class for all exceptions raised by push_to_3yourmind
Ancestors
- BasePushTo3YourmindAPIException
- builtins.Exception
- builtins.BaseException
class FileAnalysisError (*args, **kwargs)
-
Expand source code
class FileAnalysisError(BasePushTo3YourmindAPIException): pass
Base exception class for all exceptions raised by push_to_3yourmind
Ancestors
- BasePushTo3YourmindAPIException
- builtins.Exception
- builtins.BaseException
class CADFileNotFoundError (*args, **kwargs)
-
Expand source code
class CADFileNotFoundError(BasePushTo3YourmindAPIException): pass
Base exception class for all exceptions raised by push_to_3yourmind
Ancestors
- BasePushTo3YourmindAPIException
- builtins.Exception
- builtins.BaseException