OBJECT
HubQueryErrorInfo
link GraphQL Schema definition
- type HubQueryErrorInfo {
- # When available, column where error occurred
- Int :
- # When available, line where error occurred
- Int :
- # A localized error message describing the error
- LocalizedString! :
- # When available, text fragment where error occurred
- String :
- }