HDK
|
#include <errors.h>
Classes | |
struct | RelocationSource |
Info about each relocate source that has the same target path. More... | |
Public Member Functions | |
PCP_API | ~PcpErrorInvalidSameTargetRelocations () 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 PcpErrorInvalidSameTargetRelocationsPtr | New () |
Returns a new error object. More... | |
Public Attributes | |
SdfPath | targetPath |
The target path of the multiple invalid relocations. More... | |
std::vector< RelocationSource > | sources |
The sources of all relocates that relocate to the target path. More... | |
![]() | |
const PcpErrorType | errorType |
The error code. More... | |
PcpSite | rootSite |
Additional Inherited Members | |
![]() | |
PcpErrorRelocationBase (PcpErrorType errorType) | |
![]() | |
PcpErrorBase (PcpErrorType errorType) | |
Constructor. More... | |
Multiple relocations in the layer stack have the same target.
|
override |
Destructor.
|
static |
Returns a new error object.
|
overridevirtual |
Converts error to string message.
Implements PcpErrorBase.
std::vector<RelocationSource> PcpErrorInvalidSameTargetRelocations::sources |
SdfPath PcpErrorInvalidSameTargetRelocations::targetPath |