The chat error class, which contains the error code and error description.

Hierarchy (view full)

Constructors

Properties

Constructors

  • Parameters

    • params: {
          code: number;
          description: string;
      }
      • code: number
      • description: string

    Returns ChatError

Properties

code: number
description: string

The error description.