Hierarchy (view full)

Constructors

  • Parameters

    • Optional message: string | Error
    • Optional code: number
    • Optional errors: string
    • Optional exception: AxiosError

    Returns CrowdSecServerError

Properties

_message: string
axiosError?: AxiosError

can also contain error like certificates error (https://nodejs.org/api/tls.html#tls_x509_certificate_error_codes) or other errors . Can be a string, or a number

errorCode: EErrorsCodes

can also contain error like certificates error (https://nodejs.org/api/tls.html#tls_x509_certificate_error_codes) or other errors . Can be a string, or a number

exception: Error
message: string
name: string
stack: string
toString: (() => string)

Type declaration

    • (): string
    • Returns string

Generated using TypeDoc