Data associated with beacon error events.

interface RNBeaconErrorData {
    reason: RNBeaconErrorReason;
}

Properties

Properties

Enum value identifying the specific failure reason.