RPCErrorBody()
RPCErrorBody(name: String!, message: String!, stack: String!)
A description of an error that occurred while performing an RPC request.
name - String!: the name of the error type
name
message - String!: the message describing the error
message
stack - String!: the stack trace from the error
stack