Properties
androidErrorCode
androidErrorCode: null | BleAndroidErrorCode
Defined in node_modules/react-native-ble-plx/index.d.ts:335
attErrorCode
attErrorCode: null | BleATTErrorCode
Defined in node_modules/react-native-ble-plx/index.d.ts:327
Optional cause
cause: unknown
errorCode
errorCode: BleErrorCode
Defined in node_modules/react-native-ble-plx/index.d.ts:323
iosErrorCode
iosErrorCode: null | BleATTErrorCode
Defined in node_modules/react-native-ble-plx/index.d.ts:331
reason
reason: null | string
Defined in node_modules/react-native-ble-plx/index.d.ts:339
Optional stack
stack: string
Static Optional prepareStackTrace
prepareStackTrace: ( err: Error , stackTraces: CallSite [] ) => any
Type declaration
( err: Error , stackTraces: CallSite [] ) : any
Parameters
err: Error
stackTraces: CallSite []
Returns any
Static stackTraceLimit
stackTraceLimit: number
BleError is an error class which is guaranteed to be thrown by all functions of this library. It contains additional properties which help to identify problems in platform independent way.