HDK
|
#include <errors.h>
Public Member Functions | |
PCP_API | ~PcpErrorArcPermissionDenied () override |
Destructor. More... | |
PCP_API std::string | ToString () const override |
Converts error to string message. More... | |
Public Member Functions inherited from PcpErrorBase | |
virtual PCP_API | ~PcpErrorBase () |
Destructor. More... | |
Static Public Member Functions | |
static PcpErrorArcPermissionDeniedPtr | New () |
Returns a new error object. More... | |
Public Attributes | |
PcpSite | site |
The site where the invalid arc was expressed. More... | |
PcpSite | privateSite |
The private, invalid target of the arc. More... | |
PcpArcType | arcType |
The type of arc. More... | |
Public Attributes inherited from PcpErrorBase | |
const PcpErrorType | errorType |
The error code. More... | |
PcpSite | rootSite |
Additional Inherited Members | |
Protected Member Functions inherited from PcpErrorBase | |
PcpErrorBase (PcpErrorType errorType) | |
Constructor. More... | |
Arcs that were not made between PcpNodes because of permission restrictions.
|
override |
Destructor.
|
static |
Returns a new error object.
|
overridevirtual |
Converts error to string message.
Implements PcpErrorBase.
PcpArcType PcpErrorArcPermissionDenied::arcType |
PcpSite PcpErrorArcPermissionDenied::privateSite |
PcpSite PcpErrorArcPermissionDenied::site |