Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 391 Bytes

errors.rst

File metadata and controls

14 lines (10 loc) · 391 Bytes

Errors

Native Errors

Native errors represent what you would get back from the operating system as an error number. This is usually called errno. revenge attempts to handle resolution of these errors into more helpful strings automagically with the class ~revenge.native_error.NativeError.

Examples: ~revenge.native_error.NativeError