OBJECT

Error

A fatal error that stops execution, no actions are taken

link GraphQL Schema definition

  • type Error {
  • # Path to the input field which caused the error
  • field: [String!]
  • # A descriptive message
  • message: String!
  • # An identifying code for the error type
  • code: ErrorCode!
  • }

link Require by

This element is not required by anyone