共用方式為


ErrorDetails interface

錯誤的詳細資料。

屬性

code

其中一組伺服器定義的錯誤碼。

details

人類可讀取的錯誤詳細資料標記法。

message

人類可讀取的錯誤標記法。

屬性詳細資料

code

其中一組伺服器定義的錯誤碼。

code?: string

屬性值

string

details

人類可讀取的錯誤詳細資料標記法。

details?: string

屬性值

string

message

人類可讀取的錯誤標記法。

message?: string

屬性值

string