Expand description
§Error API
Enums§
- PROSErr
- Possible PROS Errors
Traits§
- PROS
Result - A type which may contain a
PROSErr
depending upon a sentinel value that represents errors
Functions§
- __errno⚠
- Gets a mutable pointer to the C/C++
errno
value - from_
errno - Generates a [
PROSError
] from the value oferrno
for the current task