Page MenuHomeDevCentral

Use OSError exceptions instead of dead exceptions
ClosedPublic

Authored by dereckson on Sep 9 2018, 08:48.
Tags
None
Referenced Files
F7551767: D1700.diff
Mon, Apr 28, 15:23
Unknown Object (File)
Tue, Apr 22, 19:02
Unknown Object (File)
Tue, Apr 22, 11:13
Unknown Object (File)
Tue, Apr 22, 05:35
Unknown Object (File)
Mon, Apr 21, 09:25
Unknown Object (File)
Fri, Apr 11, 05:04
Unknown Object (File)
Wed, Apr 9, 11:14
Unknown Object (File)
Sun, Mar 30, 23:33
Subscribers
None

Details

Summary

Error codes used:

  • ENODEV: no such device (no netwrok card has been found)
  • EAFNOSUPPORT: Address family not supported by protocol (no IPv6 support)

Side edit: prune unreacheable code after an exception

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Passed
Unit
No Test Coverage
Branch
exceptions (branched from master)
Build Status
Buildable 2652
Build 2900: arc lint + arc unit

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Sep 9 2018, 08:48
This revision was automatically updated to reflect the committed changes.