Maxine.Errors (Maxine v0.2.4)
The various types of failure we may encounter.
Link to this section Summary
Link to this section Types
Link to this type
error()
Specs
error() :: %Maxine.Errors.NoSuchEventError{__exception__: term(), message: term()} | %Maxine.Errors.UnavailableEventError{__exception__: term(), message: term()} | %Maxine.Errors.NoSuchCallbackError{__exception__: term(), message: term()} | %Maxine.Errors.CallbackReturnError{__exception__: term(), message: term()} | %Maxine.Errors.CallbackError{ __exception__: term(), cause: term(), message: term() } | %Maxine.Errors.MachineError{ __exception__: term(), cause: term(), message: term() }