Search
An error meaning
- The JSON sent is not a valid Request object.
Type that represents error struct with :code and :message required.
@type t() :: %PhxJsonRpc.Error.InvalidRequest{ __exception__: term(), code: integer(), data: term(), message: String.t() }