Relative Content

Tag Archive for error-handling

How do I output an error when I’m determining how to output an error?

I’ve written an API which can be configured to signal errors in different ways (return values, debugging messages, or exceptions). I’ve got a check in place when the API is first initialized to see what type of error handling the client is requesting – what should I do when they request an undefined error handling type?

How do I output an error when I’m determining how to output an error?

I’ve written an API which can be configured to signal errors in different ways (return values, debugging messages, or exceptions). I’ve got a check in place when the API is first initialized to see what type of error handling the client is requesting – what should I do when they request an undefined error handling type?

How do I output an error when I’m determining how to output an error?

I’ve written an API which can be configured to signal errors in different ways (return values, debugging messages, or exceptions). I’ve got a check in place when the API is first initialized to see what type of error handling the client is requesting – what should I do when they request an undefined error handling type?

How do I output an error when I’m determining how to output an error?

I’ve written an API which can be configured to signal errors in different ways (return values, debugging messages, or exceptions). I’ve got a check in place when the API is first initialized to see what type of error handling the client is requesting – what should I do when they request an undefined error handling type?

How do I output an error when I’m determining how to output an error?

I’ve written an API which can be configured to signal errors in different ways (return values, debugging messages, or exceptions). I’ve got a check in place when the API is first initialized to see what type of error handling the client is requesting – what should I do when they request an undefined error handling type?

Exceptions vs ErrorCodes when working with devices

Out team is at the cusp of a new project.
One of the components at the boundary of the system is the component which interacts with a printer through an external COM component (referenced as a usual dll).