Interface RaceSignalOptions

interface RaceSignalOptions {
    errorCode?: string;
    errorMessage?: string;
    errorName?: string;
}

Properties

errorCode?: string

The code for the error thrown if the signal aborts

errorMessage?: string

The message for the error thrown if the signal aborts

errorName?: string

The name for the error thrown if the signal aborts