ResourceStateError interface
Model that represents the resource state error.
Properties
| error |
The error code. |
| error |
The error message. |
| remediation |
The remediation uri. |
| resource |
The resource id for the affected resource. |
Property Details
errorCode
The error code.
errorCode: number
Property Value
number
errorMessage
The error message.
errorMessage: string
Property Value
string
remediationUri
The remediation uri.
remediationUri: string
Property Value
string
resourceId
The resource id for the affected resource.
resourceId: string
Property Value
string