Skip to content
Snippets Groups Projects
Commit 5113c2e3 authored by Connor McCoy's avatar Connor McCoy
Browse files

StatusCode -> Status

Replaces numeric status codes with a canonical set of Status objects,
each with a short name and description.
Bindings with more specific errors (e.g., timeouts) return additional
statuses.

This changes the default output from messages like:

   [UPDATE], Return=0, 511

To:

   [UPDATE], Return=OK, 511
parent 28a090a7
No related branches found
No related tags found
No related merge requests found
Showing
with 317 additions and 284 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment