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