共用方式為


InnerErrorModel interface

物件,包含錯誤的詳細資訊。 根據 Microsoft One API 指導方針 - https://github.com/Microsoft/api-guidelines/blob/vNext/Guidelines.md#7102-error-condition-responses

屬性

code

比包含的錯誤所提供更明確的錯誤碼。

innerError

物件,包含比目前物件有關錯誤更具體的資訊。

屬性詳細資料

code

比包含的錯誤所提供更明確的錯誤碼。

code?: string

屬性值

string

innerError

物件,包含比目前物件有關錯誤更具體的資訊。

innerError?: InnerErrorModel

屬性值