Page MenuHomeDevCentral

Use OSError exceptions instead of dead exceptions
ClosedPublic

Authored by dereckson on Sep 9 2018, 08:48.
Tags
None
Referenced Files
F10151868: D1700.id4323.diff
Fri, Jun 20, 17:45
F10151849: D1700.id4324.diff
Fri, Jun 20, 17:44
F10149603: D1700.diff
Fri, Jun 20, 14:36
Unknown Object (File)
Wed, Jun 18, 01:11
Unknown Object (File)
Tue, Jun 17, 00:57
Unknown Object (File)
Mon, Jun 16, 01:00
Unknown Object (File)
Sat, Jun 14, 20:37
Unknown Object (File)
Sat, Jun 14, 04:23
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.