View Source PhxJsonRpc.Error.InvalidRequest exception (Phoenix JSON RPC v0.6.0)

The JSON sent is not a valid Request object.

Summary

Types

t()

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

Types

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

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