PxUiCameraScreenErrorDomain Global Variable

let PxUiCameraScreenErrorDomain: String

The NSError domain for failures reported by PxUiCameraScreenDelegate.

Discussion

Carried on the error passed to cameraScreen(_:didFailWith:); exposed as a top-level constant so adopters can switch on it cleanly.

Top