HDK
|
#include <errors.h>
Public Member Functions | |
PCP_API | ~PcpErrorInvalidPrimPath () |
Destructor. More... | |
virtual PCP_API std::string | ToString () const |
Converts error to string message. More... | |
![]() | |
virtual PCP_API | ~PcpErrorBase () |
Destructor. More... | |
bool | ShouldReportAtMostOnce () const |
Static Public Member Functions | |
static PcpErrorInvalidPrimPathPtr | New () |
Returns a new error object. More... | |
Public Attributes | |
PcpSite | site |
The site where the invalid arc was expressed. More... | |
SdfPath | primPath |
PcpArcType | arcType |
![]() | |
const TfEnum | errorType |
The error code. More... | |
PcpSiteStr | rootSite |
Additional Inherited Members | |
![]() | |
PcpErrorBase (TfEnum errorType) | |
Constructor. More... | |
PCP_API PcpErrorInvalidPrimPath::~PcpErrorInvalidPrimPath | ( | ) |
Destructor.
|
static |
Returns a new error object.
|
virtual |
Converts error to string message.
Implements PcpErrorBase.
PcpArcType PcpErrorInvalidPrimPath::arcType |
PcpSite PcpErrorInvalidPrimPath::site |