package errors
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- class ConfigurationException extends MantikException
-
class
ErrorCode extends AnyRef
A (hierarchical) error code.
A (hierarchical) error code.
In contrast to exceptions they can be transferred via gRpc and HTTP.
-
class
InvalidMantikHeaderException extends MantikException
Invalid MantikHeader.
-
class
InvalidMantikIdException extends MantikException
An invalid mantik id.
-
class
MantikAsyncException extends MantikException
Wraps an exception in async code to get a better stack trace
-
class
MantikException extends RuntimeException
Base class for Mantik Exceptions.
-
class
MantikRemoteException extends MantikException
A Mantik Exception which happened remote (gRpc), does not have a stack trace.
-
class
RemoteRegistryException extends MantikException
An Exception from the Remote Registry.
Value Members
-
object
ErrorCodes
Main Error codes used for MantikException.
Main Error codes used for MantikException. They provide enough information for serializing/deserializing common error cases.
- object InvalidMantikHeaderException extends Serializable
- object InvalidMantikIdException extends Serializable
- object MantikException extends Serializable
- object MantikRemoteException extends Serializable