reportError
The function for reporting parameter errors.
Declaration
var reportError: ((UnsafePointer<CChar>) -> Void)?Mentioned in
Discussion
If this value is nil, the system reports errors using os_log_error and then __builtin_trap().
The function for reporting parameter errors.
var reportError: ((UnsafePointer<CChar>) -> Void)?If this value is nil, the system reports errors using os_log_error and then __builtin_trap().