HDK
|
#include <errors.h>
Public Member Functions | |
virtual PCP_API | ~PcpErrorBase () |
Destructor. More... | |
virtual std::string | ToString () const =0 |
Converts error to string message. More... | |
bool | ShouldReportAtMostOnce () const |
Public Attributes | |
const TfEnum | errorType |
The error code. More... | |
PcpSiteStr | rootSite |
Protected Member Functions | |
PcpErrorBase (TfEnum errorType) | |
Constructor. More... | |
|
virtual |
Destructor.
|
protected |
Constructor.
|
inline |
|
pure virtual |
Converts error to string message.
Implemented in PcpErrorUnresolvedPrimPath, PcpErrorTargetPermissionDenied, PcpErrorSublayerCycle, PcpErrorPropertyPermissionDenied, PcpErrorPrimPermissionDenied, PcpErrorOpinionAtRelocationSource, PcpErrorInvalidVariantSelection, PcpErrorInvalidSublayerPath, PcpErrorInvalidSublayerOwnership, PcpErrorInvalidReferenceOffset, PcpErrorInvalidSublayerOffset, PcpErrorInvalidTargetPath, PcpErrorInvalidExternalTargetPath, PcpErrorInvalidInstanceTargetPath, PcpErrorMutedAssetPath, PcpErrorInvalidAssetPath, PcpErrorInvalidPrimPath, PcpErrorInternalAssetPath, PcpErrorInconsistentAttributeVariability, PcpErrorInconsistentAttributeType, PcpErrorInconsistentPropertyType, PcpErrorCapacityExceeded, PcpErrorArcPermissionDenied, and PcpErrorArcCycle.
PcpSiteStr PcpErrorBase::rootSite |