View Source
PhxJsonRpc.Error.InternalError exception
(Phoenix JSON RPC v0.1.0)
An error meaning
- Internal JSON-RPC error.
Type that represents error struct with :code and :message required.
@type t() :: %PhxJsonRpc.Error.InternalError{
__exception__: term(),
code: integer(),
data: term(),
message: String.t()
}
Type that represents error struct with :code and :message required.