DscReportError interface
Definition of the dsc node report error type.
Properties
error |
Gets or sets the error code. |
error |
Gets or sets the error details. |
error |
Gets or sets the error message. |
error |
Gets or sets the source of the error. |
locale | Gets or sets the locale of the error. |
resource |
Gets or sets the resource ID which generated the error. |
Property Details
errorCode
Gets or sets the error code.
errorCode?: string
Property Value
string
errorDetails
Gets or sets the error details.
errorDetails?: string
Property Value
string
errorMessage
Gets or sets the error message.
errorMessage?: string
Property Value
string
errorSource
Gets or sets the source of the error.
errorSource?: string
Property Value
string
locale
Gets or sets the locale of the error.
locale?: string
Property Value
string
resourceId
Gets or sets the resource ID which generated the error.
resourceId?: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript