HDK
|
#include <errors.h>
Public Member Functions | |
PCP_API | ~PcpErrorMutedAssetPath () |
Destructor. More... | |
virtual PCP_API std::string | ToString () const |
Converts error to string message. More... | |
![]() | |
PCP_API | ~PcpErrorInvalidAssetPathBase () |
Destructor. More... | |
![]() | |
virtual PCP_API | ~PcpErrorBase () |
Destructor. More... | |
bool | ShouldReportAtMostOnce () const |
Static Public Member Functions | |
static PcpErrorMutedAssetPathPtr | New () |
Returns a new error object. More... | |
Additional Inherited Members | |
![]() | |
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 |
![]() | |
PcpErrorInvalidAssetPathBase (TfEnum errorType) | |
Constructor. More... | |
![]() | |
PcpErrorBase (TfEnum errorType) | |
Constructor. More... | |
PCP_API PcpErrorMutedAssetPath::~PcpErrorMutedAssetPath | ( | ) |
Destructor.
|
static |
Returns a new error object.
|
virtual |
Converts error to string message.
Implements PcpErrorBase.