InnerHealthError interface

實作 InnerHealthError 類別。 HealthError 物件具有 InnerHealthErrors 做為子錯誤的清單。 使用 InnerHealthError 是因為當 Hydra 嘗試自動產生合約時,這會防止結構的無限迴圈。 我們將相關的健康情況錯誤公開為內部健康情況錯誤,而且所有 API 取用者都可以以與 Exception -> InnerException 相同的方式加以利用。

屬性

creationTimeUtc

建立錯誤時間(UTC)。

customerResolvability

值,指出健康情況錯誤是否為客戶可解決。

entityId

實體的標識碼。

errorCategory

錯誤的類別。

errorCode

錯誤碼。

errorId

健康情況錯誤唯一標識碼。

errorLevel

錯誤層級。

errorMessage

錯誤資訊。

errorSource

錯誤的來源。

errorType

錯誤的類型。

possibleCauses

錯誤可能的原因。

recommendedAction

解決錯誤的建議動作。

recoveryProviderErrorMessage

DRA 錯誤訊息。

summaryMessage

實體的摘要訊息。

屬性詳細資料

creationTimeUtc

建立錯誤時間(UTC)。

creationTimeUtc?: Date

屬性值

Date

customerResolvability

值,指出健康情況錯誤是否為客戶可解決。

customerResolvability?: string

屬性值

string

entityId

實體的標識碼。

entityId?: string

屬性值

string

errorCategory

錯誤的類別。

errorCategory?: string

屬性值

string

errorCode

錯誤碼。

errorCode?: string

屬性值

string

errorId

健康情況錯誤唯一標識碼。

errorId?: string

屬性值

string

errorLevel

錯誤層級。

errorLevel?: string

屬性值

string

errorMessage

錯誤資訊。

errorMessage?: string

屬性值

string

errorSource

錯誤的來源。

errorSource?: string

屬性值

string

errorType

錯誤的類型。

errorType?: string

屬性值

string

possibleCauses

錯誤可能的原因。

possibleCauses?: string

屬性值

string

recommendedAction

解決錯誤的建議動作。

recommendedAction?: string

屬性值

string

recoveryProviderErrorMessage

DRA 錯誤訊息。

recoveryProviderErrorMessage?: string

屬性值

string

summaryMessage

實體的摘要訊息。

summaryMessage?: string

屬性值

string