Amazon Vinyl
    Preparing search index...

    Interface WithTimeoutOptions

    Options for withTimeout.

    interface WithTimeoutOptions {
        level?: ErrorLevel;
        message?: string;
        origin?: string;
    }

    Hierarchy (View Summary)

    Index
    level?: ErrorLevel

    The error level. (default: ErrorLevel.FATAL)

    message?: string

    The message to set in the TimeoutError. Uses {time} token. (default: DEFAULT_TIMEOUT_MESSAGE)

    origin?: string

    The error origin. (default: ErrorOrigin.INTERNAL)