Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Each error code always represent the same class and rarely rely on client state to determine how to handle. While it is good to have a mapping, I think it It is also useful to have a general strategy – ie a typical unknown error (not specified by the client to have a type) should probably be application recoverable.

...