Maxine.Errors (Maxine v1.1.1)

The various types of failure we may encounter.

Link to this section Summary

Link to this section Types

Specs

error() ::
  %Maxine.Errors.NoSuchEventError{__exception__: true, message: term()}
  | %Maxine.Errors.NoSuchStateError{__exception__: true, message: term()}
  | %Maxine.Errors.UnavailableEventError{__exception__: true, message: term()}
  | %Maxine.Errors.NoSuchCallbackError{__exception__: true, message: term()}
  | %Maxine.Errors.CallbackReturnError{__exception__: true, message: term()}
  | %Maxine.Errors.CallbackError{
      __exception__: true,
      cause: term(),
      message: term()
    }
  | %Maxine.Errors.MachineError{
      __exception__: true,
      cause: term(),
      message: term()
    }