Page MenuHomeDevCentral

Use OSError exceptions instead of dead exceptions
ClosedPublic

Authored by dereckson on Sep 9 2018, 08:48.
Tags
None
Referenced Files
F42601450: D1700.id4323.diff
Sat, Aug 8, 14:38
F42574107: D1700.id.diff
Sat, Aug 8, 11:55
F42512073: D1700.id4324.diff
Sat, Aug 8, 06:37
F42418806: D1700.diff
Fri, Aug 7, 22:11
Unknown Object (File)
Sun, Aug 2, 18:55
Unknown Object (File)
Fri, Jul 31, 23:36
Unknown Object (File)
Fri, Jul 31, 07:50
Unknown Object (File)
Sat, Jul 25, 13:09
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.