View Source
PhxJsonRpc.Error.ParseError exception
(Phoenix JSON RPC v0.7.0)
An error occurred on the server while parsing the JSON text.
Summary
Type that represents error struct with :code and :message required.
Types
@type t() :: %PhxJsonRpc.Error.ParseError{
__exception__: true,
code: integer(),
data: term(),
message: binary()
}
Type that represents error struct with :code and :message required.