Home > @i2analyze/i2connect > IDetailedErrorData
IDetailedErrorData interface
A set of detailed error information for a DetailedError object.
Signature:
export interface IDetailedErrorData
Introduced: API version 1.0
Properties
| Property | Type | Description |
|---|---|---|
| detail? | string | (Optional) Gets addition detail about the problem, specific to this instance of it. |
| instance? | string | (Optional) Gets a URL for a resource that is specific to this instance of the problem. |
| status? | number | (Optional) Gets the HTTP status code that was generated by the server for this occurrence of the problem. |
| title? | string | (Optional) Gets the title of the problem, which might be displayed to the user. |
| type? | string | (Optional) Gets a URL for a resource that describes the type of the problem. |