Type alias FailCallback

FailCallback: ((error: error.PersistentError) => Promise<any> | any)

Type declaration

    • (error: error.PersistentError): Promise<any> | any
    • The fail callback is called, when the asynchronous query operation is rejected by an error

      Returns

      A Promise, result or undefined

      Parameters

      Returns Promise<any> | any

Generated using TypeDoc