DscReportError interface
dsc 節點報告錯誤類型的定義。
屬性
error |
取得或設定錯誤碼。 |
error |
取得或設定錯誤詳細資料。 |
error |
取得或設定錯誤訊息。 |
error |
取得或設定錯誤的來源。 |
locale | 取得或設定錯誤的地區設定。 |
resource |
取得或設定產生錯誤的資源識別碼。 |
屬性詳細資料
errorCode
取得或設定錯誤碼。
errorCode?: string
屬性值
string
errorDetails
取得或設定錯誤詳細資料。
errorDetails?: string
屬性值
string
errorMessage
取得或設定錯誤訊息。
errorMessage?: string
屬性值
string
errorSource
取得或設定錯誤的來源。
errorSource?: string
屬性值
string
locale
取得或設定錯誤的地區設定。
locale?: string
屬性值
string
resourceId
取得或設定產生錯誤的資源識別碼。
resourceId?: string
屬性值
string