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

    Interface ErrorItem

    interface ErrorItem {
        code: string;
        field?: string;
        message: string;
        rules?: PasswordComplexityRule[];
        id: string;
        label?: string;
        type?: ErrorType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    code: string
    field?: string
    message: string
    id: string
    label?: string
    type?: ErrorType