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

    Interface UseErrorsResult

    interface UseErrorsResult {
        errors: ErrorsResult;
        hasError: boolean;
        dismiss: (id: string) => void;
        dismissAll: () => void;
    }
    Index

    Properties

    errors: ErrorsResult
    hasError: boolean
    dismiss: (id: string) => void
    dismissAll: () => void