Waiting for engine...
Skip to main content

DevPortalUpdateWarning

Warning information for developer portal update operations.

type DevPortalUpdateWarning {
entityIds: [ID]
errorCode: DevPortalUpdateErrorCode
message: String
severity: ErrorSeverity
}

Fields

DevPortalUpdateWarning.entityIds ● [ID] list scalar miscellaneous

The entity IDs associated with the warning.

DevPortalUpdateWarning.errorCode ● DevPortalUpdateErrorCode enum platform

The error code for the warning.

DevPortalUpdateWarning.message ● String scalar miscellaneous

The warning message.

DevPortalUpdateWarning.severity ● ErrorSeverity enum platform

The severity level of the warning.

Member Of

DevPortalUpdateResult object

On this Page