[
https://issues.apache.org/jira/browse/MESOS-6520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15636698#comment-15636698
]
James Peach commented on MESOS-6520:
------------------------------------
| Support explicit error codes in ErrnoError and SocketError. |
https://reviews.apache.org/r/53474/ |
| Use explicit error codes in ErrnoError and SocketError. |
https://reviews.apache.org/r/53475/ |
> Make errno an explicit argument for ErrnoError.
> -----------------------------------------------
>
> Key: MESOS-6520
> URL: https://issues.apache.org/jira/browse/MESOS-6520
> Project: Mesos
> Issue Type: Bug
> Components: technical debt
> Reporter: James Peach
> Assignee: James Peach
> Priority: Minor
>
> Make {{errno}} an explicit argument to {{ErrnoError}}. Right now, the
> constructor to {{ErrnoError}} references {{errno}} directly, which makes it
> awkward to pass a custom {{errno}} value (you have to set {{errno}} globally).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)