debugDescription
A textual representation, suitable for debugging, of the most recent error returned by a system call.
Declaration
var debugDescription: String { get }Discussion
The corresponding C function is strerror(3).
A textual representation, suitable for debugging, of the most recent error returned by a system call.
var debugDescription: String { get }The corresponding C function is strerror(3).