HDK
|
#include <errors.h>
Public Member Functions | |
PCP_API | ~PcpErrorInvalidReferenceOffset () override |
Destructor. More... | |
PCP_API std::string | ToString () const override |
Converts error to string message. More... | |
Public Member Functions inherited from PcpErrorBase | |
virtual PCP_API | ~PcpErrorBase () |
Destructor. More... | |
Static Public Member Functions | |
static PcpErrorInvalidReferenceOffsetPtr | New () |
Returns a new error object. More... | |
Public Attributes | |
SdfLayerHandle | sourceLayer |
The source layer of the spec that caused this arc to be introduced. More... | |
SdfPath | sourcePath |
The source path of the spec that caused this arc to be introduced. More... | |
std::string | assetPath |
Target asset path of the arc. More... | |
SdfPath | targetPath |
Target prim path of the arc. More... | |
SdfLayerOffset | offset |
The invalid layer offset expressed on the arc. More... | |
PcpArcType | arcType |
Public Attributes inherited from PcpErrorBase | |
const PcpErrorType | errorType |
The error code. More... | |
PcpSite | rootSite |
Additional Inherited Members | |
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.
PcpArcType PcpErrorInvalidReferenceOffset::arcType |
std::string PcpErrorInvalidReferenceOffset::assetPath |
SdfLayerOffset PcpErrorInvalidReferenceOffset::offset |
SdfLayerHandle PcpErrorInvalidReferenceOffset::sourceLayer |
SdfPath PcpErrorInvalidReferenceOffset::sourcePath |
SdfPath PcpErrorInvalidReferenceOffset::targetPath |