DVDBuilder for C++
3.4
DVD Authoring Software Development Kit
|
Describes a DVDBuilder error. More...
Public Member Functions | |
virtual const ErrorInfo * | clone () const =0 |
Creates a copy of this object. More... | |
virtual int32_t | code () const =0 |
Error code. More... | |
virtual ErrorFacility::Enum | facility () const =0 |
Error facility. More... | |
virtual const char_t * | hint () const =0 |
Diagnostic hint. More... | |
virtual const char_t * | message () const =0 |
Error message. More... | |
Public Member Functions inherited from Reference | |
virtual int32_t | release () const =0 |
Releases the instance. More... | |
virtual int32_t | retain () const =0 |
Retains the instance. More... | |
virtual int32_t | retainCount () const =0 |
Returns the current reference count. More... | |
Describes a DVDBuilder error.
|
pure virtual |
Creates a copy of this object.
|
pure virtual |
Error code.
The value depends on the error facility .
|
pure virtual |
Error facility.
This is the DVDBuilder subsystem that has generated the error.
|
pure virtual |
Diagnostic hint.
This is an implementation specific diagnostics message, suitable for error logs or debugging.
|
pure virtual |
Error message.
This is a textual representation of the error code.