View Source PhxJsonRpc.Error.ParseError exception (Phoenix JSON RPC v0.1.0)

An error meaning

- Invalid JSON was received by the server.

- An error occurred on the server while parsing the JSON text.

Link to this section Summary

Types

t()

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

Link to this section Types

@type t() :: %PhxJsonRpc.Error.ParseError{
  __exception__: term(),
  code: integer(),
  data: term(),
  message: String.t()
}

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