PrimoBurner(tm) for C++
4.2
CD, DVD and Blu-ray Software Development Kit
|
Describes a PrimoBurner error. More...
#include <PrimoBurner.h>
Inherits Reference.
Public Member Functions | |
virtual const ErrorInfo * | clone () const =0 |
Creates a copy of this object. | |
virtual int32_t | code () const =0 |
Gets the error code. | |
virtual ErrorFacility::Enum | facility () const =0 |
Gets the error facility. | |
virtual const char_t * | message () const =0 |
Gets the error message. |
Describes a PrimoBurner error.
Creates a copy of this object.
virtual int32_t code | ( | ) | const [pure virtual] |
Gets the error code.
It must be interpreted in terms of the error facility .
virtual ErrorFacility::Enum facility | ( | ) | const [pure virtual] |
Gets the error facility.
This is the PrimoBurner subsystem that has generated the error.
virtual const char_t* message | ( | ) | const [pure virtual] |
Gets the error message.
This is a human-readable description of the error.