Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AuthPKCEGrantCodeExchangeError

Hierarchy

Index

Constructors

Properties

Methods

Constructors

Properties

code: undefined | ErrorCode | string & {}

Error code associated with the error. Most errors coming from HTTP responses will have a code, though some errors that occur before a response is received will not have one present. In that case {@link #status} will also be undefined.

details: null | { code: string; error: string } = null
name: string
status: number

HTTP status code that caused the error.

Methods

  • toJSON(): { details: null | { code: string; error: string }; message: string; name: string; status: number }
  • Returns { details: null | { code: string; error: string }; message: string; name: string; status: number }

    • details: null | { code: string; error: string }
    • message: string
    • name: string
    • status: number

Generated using TypeDoc