Contents

Adopting Swift Error Constants

Migrate existing C code to Swift, using the error constants provided by the System module.

Overview

The C error constants map to Swift as follows:

See Also

Adopting System