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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for JavaScript