DscReportError interface

Definition of the dsc node report error type.

Properties

errorCode

Gets or sets the error code.

errorDetails

Gets or sets the error details.

errorMessage

Gets or sets the error message.

errorSource

Gets or sets the source of the error.

locale

Gets or sets the locale of the error.

resourceId

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