HDK
|
#include <errors.h>
Public Member Functions | |
PCP_API | ~PcpErrorMutedAssetPath () override |
Destructor. More... | |
PCP_API std::string | ToString () const override |
Converts error to string message. More... | |
Public Member Functions inherited from PcpErrorInvalidAssetPathBase | |
PCP_API | ~PcpErrorInvalidAssetPathBase () override |
Destructor. More... | |
Public Member Functions inherited from PcpErrorBase | |
virtual PCP_API | ~PcpErrorBase () |
Destructor. More... | |
Static Public Member Functions | |
static PcpErrorMutedAssetPathPtr | New () |
Returns a new error object. More... | |
Additional Inherited Members | |
Public Attributes inherited from PcpErrorInvalidAssetPathBase | |
PcpSite | site |
The site where the invalid arc was expressed. More... | |
SdfPath | targetPath |
The target prim path of the arc. More... | |
std::string | assetPath |
The target asset path of the arc as authored. More... | |
std::string | resolvedAssetPath |
The resolved target asset path of the arc. More... | |
SdfLayerHandle | sourceLayer |
PcpArcType | arcType |
std::string | messages |
Additional provided error information. More... | |
Public Attributes inherited from PcpErrorBase | |
const PcpErrorType | errorType |
The error code. More... | |
PcpSite | rootSite |
Protected Member Functions inherited from PcpErrorInvalidAssetPathBase | |
PcpErrorInvalidAssetPathBase (PcpErrorType errorType) | |
Constructor. More... | |
Protected Member Functions inherited from PcpErrorBase | |
PcpErrorBase (PcpErrorType errorType) | |
Constructor. More... | |
|
override |
Destructor.
|
static |
Returns a new error object.
|
overridevirtual |
Converts error to string message.
Implements PcpErrorBase.