Class AuthenticationError

Custom error class for authentication errors.

Hierarchy

  • ZepError
    • AuthenticationError

Constructors

Properties

Constructors

  • Constructs a new ZepError instance.

    Parameters

    • message: string

      The error message.

    • Optional code: number

      Optional error code associated with the error.

    • Optional responseData: any

      Optional response associated with the error.

    Returns AuthenticationError

Properties

code?: number
responseData?: any