View Source PhxJsonRpc.Error.InternalError exception (Phoenix JSON RPC v0.5.0)

Internal JSON-RPC error.

Link to this section Summary

Types

t()

Type that represents error struct with :code and :message required.

Link to this section Types

@type t() :: %PhxJsonRpc.Error.InternalError{
  __exception__: term(),
  code: integer(),
  data: term(),
  message: binary()
}

Type that represents error struct with :code and :message required.