共用方式為


ErrorModelOutput interface

錯誤物件。

屬性

code

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

details

導致此錯誤之特定錯誤的詳細資料陣列。

innererror

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

message

人類看得懂的錯誤標記法。

target

錯誤的目標。

屬性詳細資料

code

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

code: string

屬性值

string

details

導致此錯誤之特定錯誤的詳細資料陣列。

details?: ErrorModelOutput[]

屬性值

innererror

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

innererror?: InnerErrorOutput

屬性值

message

人類看得懂的錯誤標記法。

message: string

屬性值

string

target

錯誤的目標。

target?: string

屬性值

string