View Source
PhxJsonRpc.Error.InvalidParams exception
(Phoenix JSON RPC v0.3.0)
Invalid method parameter(s).
Type that represents error struct with :code and :message required.
@type t() :: %PhxJsonRpc.Error.InvalidParams{
__exception__: term(),
code: integer(),
data: term(),
message: String.t()
}
Type that represents error struct with :code and :message required.