Packages

package errors

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class ConfigurationException extends MantikException
  2. class ErrorCode extends AnyRef

    A (hierarchical) error code.

    A (hierarchical) error code.

    In contrast to exceptions they can be transferred via gRpc and HTTP.

  3. class InvalidMantikHeaderException extends MantikException

    Invalid MantikHeader.

  4. class InvalidMantikIdException extends MantikException

    An invalid mantik id.

  5. class MantikAsyncException extends MantikException

    Wraps an exception in async code to get a better stack trace

  6. class MantikException extends RuntimeException

    Base class for Mantik Exceptions.

  7. class MantikRemoteException extends MantikException

    A Mantik Exception which happened remote (gRpc), does not have a stack trace.

  8. class RemoteRegistryException extends MantikException

    An Exception from the Remote Registry.

Value Members

  1. object ErrorCodes

    Main Error codes used for MantikException.

    Main Error codes used for MantikException. They provide enough information for serializing/deserializing common error cases.

  2. object InvalidMantikHeaderException extends Serializable
  3. object InvalidMantikIdException extends Serializable
  4. object MantikException extends Serializable
  5. object MantikRemoteException extends Serializable

Ungrouped