Class: ClientClosed

errors~ClientClosed(message, descriptionnullable)

new ClientClosed(message, descriptionnullable)

An error thrown when attempting to operate on a closed Client instance.

Parameters:
Name Type Attributes Description
message string

The error message.

description string <nullable>

The error description.

Source:

Extends

Members

description :string

Description for this exception.

Type:
  • string
Inherited From:
Source:

message :string

Message for this exception.

Type:
  • string
Inherited From:
Source:

name :string

Name of this exception.

Type:
  • string
Inherited From:
Source: