View Source PhxJsonRpc.Error.MethodNotFound exception (Phoenix JSON RPC v0.7.0)

The method does not exist / is not available.

Summary

Types

t()

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

Types

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

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