DVDBuilder for C++  3.4
DVD Authoring Software Development Kit
primo::dvdbuilder::GenericError Namespace Reference

Generic error codes. More...

Variables

static const uint32_t InternalError = (GenericError::Start + 1)
 Internal error. More...
 
static const uint32_t Start = (0)
 This is not an actual error code. More...
 
static const uint32_t Success = (GenericError::Start + 0)
 Success.
 

Detailed Description

Generic error codes.

Version
3.0.1

Variable Documentation

const uint32_t InternalError = (GenericError::Start + 1)
static

Internal error.

An unexpected problem in DVDBuilder components.

const uint32_t Start = (0)
static

This is not an actual error code.

This is a base value for generic errors.