Search
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() }