Event emitted on any error during BLE presentment

interface ErrorState {
    error: ErrorStateEnum;
    kind: "error";
}

Properties

Properties

Fine-grained error state

kind: "error"

Generated using TypeDoc