GatewayWarning
Warning information for gateway operations.
type GatewayWarning {
entityIds: [ID]
errorCode: GatewayErrorCode
message: String
severity: ErrorSeverity
}
Fields
GatewayWarning.entityIds ● [ID] list scalar miscellaneous
The entity IDs associated with the warning.
GatewayWarning.errorCode ● GatewayErrorCode object platform
The error code for the warning.
GatewayWarning.message ● String scalar miscellaneous
The warning message.
GatewayWarning.severity ● ErrorSeverity enum platform
The severity level of the warning.
Member Of
GatewayUpdateResult object
Was this topic helpful?