reactiveweb
    Preparing search index...

    Type Alias Error

    Custom error type that explains what phase of getPromiseState an error could have occurred during. Provides the original error as well.

    type Error = {
        original: unknown;
        reason: string;
    }
    Index

    Properties

    Properties

    original: unknown

    The original thrown/rejected error value

    reason: string

    Why there is an error