@auth0/auth0-acul-react - v1.0.0-alpha.2
    Preparing search index...

    Interface ErrorsResult

    interface ErrorsResult {
        byKind(
            kind: Types.ErrorKind,
            opts?: { field?: string },
        ): readonly ErrorItem[];
        byField(
            field: string,
            opts?: { kind?: Types.ErrorKind },
        ): readonly ErrorItem[];
        readonly [n: number]: ErrorItem;
    }

    Hierarchy

    Indexable

    Index

    Methods

    Methods