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

    Interface ErrorsResult

    interface ErrorsResult {
        byType(type: ErrorType, opts?: { field?: string }): readonly ErrorItem[];
        byField(field: string, opts?: { type?: ErrorType }): readonly ErrorItem[];
        readonly [n: number]: ErrorItem;
    }

    Hierarchy

    Indexable

    Index

    Methods

    Methods