Status

The various error codes that the various Genvid routines can return.

Success means that there was no error.

Values

  • Success : enum value :
    Success = 0
  • ConnectionInProgress : enum value :
    A connection is in progress.
  • Incomplete : enum value :
    The call cannot be completed.
  • UnknownError : enum value :
    An unexpected error has occured.
  • InvalidState : enum value :
    The SDK is in an invalid state for this call to complete.
  • InvalidParameter : enum value :
    A parameter is invalid.
  • AllocationFailed : enum value :
    Failed to allocate memory.
  • AlreadyExists : enum value :
    A resource with the same name already exists.
  • ConnectionFailed : enum value :
    The SDK failed to connect to the services.
  • ConnectionTimeout : enum value :
    A connection operation timed out.
  • Disconnected : enum value :
    The SDK was disconnected from the service.
  • UninitializedSDK : enum value :
    Genvid_Initialize have not been called.
  • InvalidImageFormat : enum value :
    The image format is unknown.