GloNtfPayloadError
Represents the information about a payload error.
type GloNtfPayloadError implements GloNtfError {
message: String!
}
Fields
GloNtfPayloadError.message ● String! non-null scalar
Description of the error occurred.
Interfaces
GloNtfError interface
Represents the information about an error.