Skip to content

Separate error codes for each tcp and udp socket call #25

Description

@iislucas

At the moment all error codes are in one collection and some are re-used for various situations. This means to understand what error code a particular function might return, you have to look through every implementation, or assume that every call can return every error. It would be better for the interface to specify what errors can come from what calls.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions