Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ErrorResponse

Package version

See the official documentation for more details:

https://docs.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.

Hierarchy

  • ErrorResponse

Index

Properties

Optional correlationId

correlationId: undefined | string

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

error

error: string

The string identifier for the error.

Optional errorCodes

errorCodes: number[]

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

errorDescription

errorDescription: string

The error's description.

Optional timestamp

timestamp: undefined | string

The timestamp at which the error occurred.

Optional traceId

traceId: undefined | string

The trace identifier for this error occurrence.

Generated using TypeDoc