OBJECT

ErrorInfo

Description

The status code and message describing an error.

link GraphQL Schema definition

  • type ErrorInfo {
  • # The error's three digit status code.
  • statusCode: Int!
  • # The message describing the error.
  • errorMessage: String!
  • }