Constructor
new ClientError(messagenon-null, causeopt)
Parameters:
| Name | Type | Attributes | Description | 
|---|---|---|---|
message | 
            
            string | the human-readable error message | |
cause | 
            
            * | 
                
                    <optional> | 
            
            
            the reason why this error occurred | 
- Source:
 
Extends
Classes
Methods
getCause() → {*|undefined}
- Overrides:
 - Source:
 
Returns:
    The cause of this error, if available.
- Type
 - * | undefined