PrimoBurner(tm) for C++
5.0
CD, DVD and Blu-ray Software Development Kit
|
Describes a PrimoBurner error. More...
#include <pb_api.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. | |
![]() | |
virtual int32_t | release () const =0 |
Releases the instance. | |
virtual int32_t | retain () const =0 |
Retains the instance. | |
virtual int32_t | retainCount () const =0 |
Returns the current reference count. | |
Describes a PrimoBurner error.
|
pure virtual |
Creates a copy of this object.
|
pure virtual |
Gets the error code.
It must be interpreted in terms of the error facility .
|
pure virtual |
Gets the error facility.
This is the PrimoBurner subsystem that has generated the error.
|
pure virtual |
Gets the error message.
This is a human-readable description of the error.