Home > @i2analyze/i2connect > DetailedError > (constructor)
DetailedError.(constructor)
Constructs a new instance of the DetailedError
class.
Signature:
constructor(data: IDetailedErrorData);
Introduced: API version 1.0
Parameters
Parameter | Type | Description |
---|---|---|
data | IDetailedErrorData | The detailed information about the problem that caused the error, which can contain all the properties of IDetailedErrorData except type . |