Waiting for engine...
Skip to main content

GatewayWarning

Warning information for gateway operations.

type GatewayWarning {
entityIds: [ID]
errorCode: GatewayErrorCode
message: String
severity: ErrorSeverity
}

Fields

GatewayWarning.entityIds ● [ID] list scalar miscellaneous {#entity-ids}

The entity IDs associated with the warning.

GatewayWarning.errorCode ● GatewayErrorCode object platform {#error-code}

The error code for the warning.

GatewayWarning.message ● String scalar miscellaneous {#message}

The warning message.

GatewayWarning.severity ● ErrorSeverity enum platform {#severity}

The severity level of the warning.

Member Of

GatewayUpdateResult object

On this Page