OBJECT

HubQueryErrorInfo

link GraphQL Schema definition

  • type HubQueryErrorInfo {
  • # When available, column where error occurred
  • errorColumn: Int
  • # When available, line where error occurred
  • errorLine: Int
  • # A localized error message describing the error
  • errorMessage: LocalizedString!
  • # When available, text fragment where error occurred
  • errorText: String
  • }