ErrorModel interface

金鑰儲存庫伺服器錯誤。

屬性

code

錯誤碼。

innerError

包含更具體的錯誤,可縮小原因。 可能是 Null。

message

錯誤訊息。

屬性詳細資料

code

錯誤碼。

code?: string

屬性值

string

innerError

包含更具體的錯誤,可縮小原因。 可能是 Null。

innerError?: ErrorModel

屬性值

message

錯誤訊息。

message?: string

屬性值

string