Status
The various error codes that the various Genvid routines can return.
Success means that there was no error.
Values
- Successenum value :
 Success = 0
- ConnectionInProgressenum value :
 A connection is in progress.
- Incompleteenum value :
 The call cannot be completed.
- UnknownErrorenum value :
 An unexpected error has occurred.
- InvalidStateenum value :
 The SDK is in an invalid state for this call to complete.
- InvalidParameterenum value :
 A parameter is invalid.
- AllocationFailedenum value :
 Failed to allocate memory.
- AlreadyExistsenum value :
 A resource with the same name already exists.
- ConnectionFailedenum value :
 The SDK failed to connect to the services.
- ConnectionTimeoutenum value :
 A connection operation timed out.
- Disconnectedenum value :
 The SDK was disconnected from the service.
- UninitializedSDKenum value :
 Genvid_Initialize have not been called.
- InvalidImageFormatenum value :
 The image format is unknown.