Defined in node_modules/react-native-vision-camera/lib/typescript/CameraError.d.ts:13 Properties Optional cause Defined in node_modules/react-native-vision-camera/lib/typescript/CameraError.d.ts:55 Optional code code ?: number
Defined in node_modules/react-native-vision-camera/lib/typescript/CameraError.d.ts:20 Optional details details ?: Record < string , unknown > Defined in node_modules/react-native-vision-camera/lib/typescript/CameraError.d.ts:41 Optional domain domain ?: string
Defined in node_modules/react-native-vision-camera/lib/typescript/CameraError.d.ts:27 message message : string
Defined in node_modules/react-native-vision-camera/lib/typescript/CameraError.d.ts:34 Optional stacktrace stacktrace ?: string
Defined in node_modules/react-native-vision-camera/lib/typescript/CameraError.d.ts:48
Represents a JSON-style error cause. This contains native
NSError/Throwableinformation, and can have recursive.causeproperties until the ultimate cause has been found.