@procivis/react-native-one-core
    Preparing search index...

    Type Alias NfcError

    NfcError:
        | { type_: "NOT_ENABLED" }
        | { type_: "NOT_SUPPORTED" }
        | { type_: "ALREADY_STARTED" }
        | { type_: "NOT_STARTED" }
        | { type_: "CANCELLED" }
        | { type_: "SESSION_CLOSED" }
        | { reason: string; type_: "UNKNOWN" }