Type alias ErrorCallback

ErrorCallback: ((error) => void)

Type declaration

    • (error): void
    • A callback which returns only an error, or null, when complete.

      Parameters

      • error: ErrorInfo | null

        The error if the task failed, or null not.

      Returns void

Generated using TypeDoc