CancelError Class

    Package: @esfx/cancelable
    Declaration
    export declare class CancelError extends Error 
    Inheritance
    Error
    CancelError

    Constructors

    constructor(message, options)

    Constructs a new instance of the CancelError class

    Declaration
    constructor(message?: string, options?: ErrorOptions);
    Parameters
    message
    string

    options
    ErrorOptions

    Generated by DocFX