Skip to content

Class: DocFoxAuthenticationError ​

src/Errors.DocFoxAuthenticationError

Hierarchy ​

  • Error

    ↳ DocFoxAuthenticationError

Constructors ​

constructor ​

• new DocFoxAuthenticationError(message?, response?)

Parameters ​

NameType
message?string
response?AxiosResponse<any, any>

Overrides ​

Error.constructor

Defined in ​

src/Errors.ts:6

Properties ​

response ​

• Optional Readonly response: AxiosResponse<any, any>

Defined in ​

src/Errors.ts:4