Variable CreateProximityPresentationSessionErrorValidatorConst
CreateProximityPresentationSessionErrorValidator: ZodObject<{ cause: ZodType<Error, ZodTypeDef, Error>; message: ZodString; type: ZodEnum<[BluetoothDisabled, BluetoothPermissionDenied, BluetoothPermissionRestricted, ExistingProximityPresentationSession, UnsupportedCurve, SdkNotInitialized]>; }, "strip", ZodTypeAny, { cause: Error; message: string; type: BluetoothPermissionDenied | BluetoothPermissionRestricted | BluetoothDisabled | ExistingProximityPresentationSession | UnsupportedCurve | SdkNotInitialized; }, { cause: Error; message: string; type: BluetoothPermissionDenied | BluetoothPermissionRestricted | BluetoothDisabled | ExistingProximityPresentationSession | UnsupportedCurve | SdkNotInitialized; }> = ...
Type declaration
-
cause: ZodType<Error, ZodTypeDef, Error>
-
message: ZodString
-
Type declaration
-
cause: Error
-
message: string
-
Type declaration
-
cause: Error
-
message: string
-