This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Error codes

Is there an error code range reserved for user application errors?

I wish to return application specific errors without defining a new error type, to maintain a unified approach to error handling.

Related