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

Describes the PrimoBurner facilities that could generate errors. More...

Enumerations

enum  Enum {
  Success = 0 ,
  SystemWindows = 1 ,
  SystemMacOSStatus = 2 ,
  SystemMacMach = 3 ,
  SystemPosix = 4 ,
  Engine = 1000 ,
  Device = 1001 ,
  DeviceEnumerator = 1002 ,
  DiscLayout = 1003 ,
  DiscArchive = 1004 ,
  AudioCD = 1005 ,
  DataDisc = 1006 ,
  BlockDevice = 1007 ,
  DiscCopy = 1008 ,
  VideoDVD = 1009
}
 ErrorFacility::Enum. More...
 

Detailed Description

Describes the PrimoBurner facilities that could generate errors.

Each facility represents either an external component or a component implemented by PrimoBurner.

Often error codes will have the same value, but different meaning depending on the facility that generated the error.

Enumeration Type Documentation

◆ Enum

enum Enum

ErrorFacility::Enum.

Enumerator
Success 

Not a facility.

This is a special value that indicates a successful operation.

SystemWindows 

Windows OS.

SystemMacOSStatus 

MacOS Status.

SystemMacMach 

Mac Mach Error.

SystemPosix 

POSIX Error.

Engine 

Engine.

Device 

Device.