xpc_rich_error_copy_description(_:)
Copies the string description of an error.
Declaration
func xpc_rich_error_copy_description(_ error: xpc_rich_error_t) -> UnsafeMutablePointer<CChar>?Parameters
- error:
An error object that describes a failure.
Return Value
The underlying string that describes the error, or nil if generating an a description fails.