PrimoBurner(tm) for C++  5.0
CD, DVD and Blu-ray Software Development Kit
Loading...
Searching...
No Matches
primo::burner::GenericError Namespace Reference

Generic error codes. More...

Variables

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

Detailed Description

Generic error codes.

Variable Documentation

◆ InternalError

const int32_t InternalError = (GenericError::Start + 0x0FFFFFFF)
static

Internal error.

An unexpected problem in PrimoBurner components.

◆ Start

const int32_t Start = (0)
static

This is not an actual error code.

This is a base value for generic errors.