grizzly v0.8.2 Grizzly.Command.EncodeError exception View Source

Exception for when encoding a Command goes wrong

Link to this section Summary

Functions

Make a new %EncodeError{} from the error type

Link to this section Types

Link to this type

error_type() View Source
error_type() ::
  {:invalid_argument_value, arg_name :: any(), arg_value :: any(), module()}

Link to this type

t() View Source
t() :: %Grizzly.Command.EncodeError{__exception__: term(), message: String.t()}

Link to this section Functions

Make a new %EncodeError{} from the error type