Peripheral-related error state

interface PeripheralError {
    error: string;
    kind: "peripheral";
}

Properties

Properties

error: string

Error message

kind: "peripheral"

Generated using TypeDoc