IResultObject

[ Interface ]

export interface IResultObject {
    error: Errors;
    details?:IErrorDetails;
}

Properties

Name

Type

Description

error

Errors

Cause of the fault

details [ Optional ]
Available from version 1.10

 

IErrorDetails

Optional details about error. Content depends on the function used and the error.

IResultObject 1:

Available from 1.8