new StreamError(name, message, description)
The base exception type for all stream related errors.
Parameters:
Name | Type | Description |
---|---|---|
name |
string | The error class name. |
message |
string | The error message. |
description |
string | The error detailed description. |
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: