HDK
|
#include <errors.h>
Public Member Functions | |
PCP_API | ~PcpErrorInvalidAssetPathBase () |
Destructor. More... | |
![]() | |
virtual PCP_API | ~PcpErrorBase () |
Destructor. More... | |
virtual std::string | ToString () const =0 |
Converts error to string message. More... | |
bool | ShouldReportAtMostOnce () const |
Public Attributes | |
PcpSite | site |
The site where the invalid arc was expressed. More... | |
SdfPath | targetPath |
std::string | assetPath |
std::string | resolvedAssetPath |
PcpArcType | arcType |
SdfLayerHandle | layer |
std::string | messages |
![]() | |
const TfEnum | errorType |
The error code. More... | |
PcpSiteStr | rootSite |
Protected Member Functions | |
PcpErrorInvalidAssetPathBase (TfEnum errorType) | |
Constructor. More... | |
![]() | |
PcpErrorBase (TfEnum errorType) | |
Constructor. More... | |
PCP_API PcpErrorInvalidAssetPathBase::~PcpErrorInvalidAssetPathBase | ( | ) |
Destructor.
|
protected |
Constructor.
PcpArcType PcpErrorInvalidAssetPathBase::arcType |
std::string PcpErrorInvalidAssetPathBase::assetPath |
std::string PcpErrorInvalidAssetPathBase::messages |
std::string PcpErrorInvalidAssetPathBase::resolvedAssetPath |
PcpSite PcpErrorInvalidAssetPathBase::site |