HDK
|
#include <errors.h>
Public Member Functions | |
PCP_API | ~PcpErrorInvalidAuthoredRelocation () override |
Destructor. More... | |
PCP_API std::string | ToString () const override |
Converts error to string message. More... | |
![]() | |
PCP_API | ~PcpErrorRelocationBase () override |
Destructor. More... | |
![]() | |
virtual PCP_API | ~PcpErrorBase () |
Destructor. More... | |
Static Public Member Functions | |
static PcpErrorInvalidAuthoredRelocationPtr | New () |
Returns a new error object. More... | |
Public Attributes | |
SdfPath | sourcePath |
The source path of the invalid relocation. More... | |
SdfPath | targetPath |
The target path of the invalid relocation. More... | |
SdfLayerHandle | layer |
The layer containing the authored relocates. More... | |
SdfPath | owningPath |
The path to the prim where the relocates is authored. More... | |
std::string | messages |
Additional messages about the error. More... | |
![]() | |
const PcpErrorType | errorType |
The error code. More... | |
PcpSite | rootSite |
Additional Inherited Members | |
![]() | |
PcpErrorRelocationBase (PcpErrorType errorType) | |
![]() | |
PcpErrorBase (PcpErrorType errorType) | |
Constructor. More... | |
|
override |
Destructor.
|
static |
Returns a new error object.
|
overridevirtual |
Converts error to string message.
Implements PcpErrorBase.
SdfLayerHandle PcpErrorInvalidAuthoredRelocation::layer |
std::string PcpErrorInvalidAuthoredRelocation::messages |
SdfPath PcpErrorInvalidAuthoredRelocation::owningPath |
SdfPath PcpErrorInvalidAuthoredRelocation::sourcePath |
SdfPath PcpErrorInvalidAuthoredRelocation::targetPath |