IResultObject
[ Interface ]
export interface IResultObject {
error: Errors;
details?:IErrorDetails;
}
Properties
Name | Type | Description |
---|---|---|
error | Cause of the fault | |
details [ Optional ]
| Optional details about error. Content depends on the function used and the error. |
Available from 1.8 |