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