Page MenuHomeDevCentral

Use OSError exceptions instead of dead exceptions
ClosedPublic

Authored by dereckson on Sep 9 2018, 08:48.
Tags
None
Referenced Files
F11060842: D1700.diff
Mon, Aug 11, 20:59
Unknown Object (File)
Thu, Aug 7, 15:33
Unknown Object (File)
Tue, Aug 5, 11:42
Unknown Object (File)
Sat, Aug 2, 04:28
Unknown Object (File)
Fri, Aug 1, 20:40
Unknown Object (File)
Fri, Aug 1, 11:21
Unknown Object (File)
Fri, Aug 1, 06:27
Unknown Object (File)
Thu, Jul 31, 19:39
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.