@miukyo/ytlc
    Preparing search index...

    Interface ErrorOccurredEventArgs

    Payload emitted when service operations throw errors.

    interface ErrorOccurredEventArgs {
        error: Error;
    }
    Index

    Properties

    Properties

    error: Error