Contents

description

A textual representation of the most recent error returned by a system call.

Declaration

var description: String { get }

Discussion

The corresponding C function is strerror(3).

See Also

Debugging