ErrorResponse interface

See the official documentation for more details:

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

NOTE: This documentation is for v1 OAuth support but the same error response details still apply to v2.

Properties

correlationId

The correlation ID to be used for tracking the source of the error.

error

The string identifier for the error.

errorCodes

An array of codes pertaining to the error(s) that occurred.

errorDescription

The error's description.

timestamp

The timestamp at which the error occurred.

traceId

The trace identifier for this error occurrence.

Property Details

correlationId

The correlation ID to be used for tracking the source of the error.

correlationId?: string

Property Value

string

error

The string identifier for the error.

error: string

Property Value

string

errorCodes

An array of codes pertaining to the error(s) that occurred.

errorCodes?: number[]

Property Value

number[]

errorDescription

The error's description.

errorDescription: string

Property Value

string

timestamp

The timestamp at which the error occurred.

timestamp?: string

Property Value

string

traceId

The trace identifier for this error occurrence.

traceId?: string

Property Value

string