View Source
PhxJsonRpc.Error.MethodNotFound exception
(Phoenix JSON RPC v0.2.2)
The method does not exist / is not available.
Type that represents error struct with :code and :message required.
@type t() :: %PhxJsonRpc.Error.MethodNotFound{
__exception__: term(),
code: integer(),
data: term(),
message: String.t()
}
Type that represents error struct with :code and :message required.