MultiCam Boards Documentation > MultiCam Documentation > MultiCam C Reference > Exceptions Management > API Errors

API Errors

MultiCam errors are managed either with a MultiCam error code or a Windows exception, and with or without an error dialog box.

The ErrorHandling parameter sets the error management behavior and has 4 possible values:

NONE, the function returns a MultiCam error code.

MSG, the function displays a dialog box then returns a MultiCam error code. (Windows OS only)

EXCEPTION, the function issues a Windows exception. (Windows OS only)

MSGEXCEPTION, the function displays a dialog box then issues a Windows exception. (Windows OS only)