共用方式為


ErrorResponse interface

如需詳細資訊,請參閱官方檔:

https://learn.microsoft.com/en-us/azure/active-directory/develop/v1-protocols-oauth-code#error-response-1

注意:此檔適用于 v1 OAuth 支援,但相同的錯誤回應詳細資料仍適用于 v2。

屬性

correlationId

要用於追蹤錯誤來源的相互關聯識別碼。

error

錯誤的字串識別碼。

errorCodes

與發生之錯誤 () 相關的程式碼陣列。

errorDescription

錯誤的描述。

timestamp

發生錯誤的時間戳記。

traceId

發生此錯誤的追蹤識別碼。

屬性詳細資料

correlationId

要用於追蹤錯誤來源的相互關聯識別碼。

correlationId?: string

屬性值

string

error

錯誤的字串識別碼。

error: string

屬性值

string

errorCodes

與發生之錯誤 () 相關的程式碼陣列。

errorCodes?: number[]

屬性值

number[]

errorDescription

錯誤的描述。

errorDescription: string

屬性值

string

timestamp

發生錯誤的時間戳記。

timestamp?: string

屬性值

string

traceId

發生此錯誤的追蹤識別碼。

traceId?: string

屬性值

string