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

    Interface UseErrorsResult

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

    Properties

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