Home > @i2analyze/i2connect > DetailedError
DetailedError class
An error indicating that a problem occurred during a service call.
Signature:
export declare class DetailedError extends Error
Extends: Error
Introduced: API version 1.0
Remarks
Error objects can optionally be constructed with detailed error information.
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(data) | Constructs a new instance of the DetailedError class. |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| data | IDetailedErrorData | Gets detailed information about the problem that caused the error. |