HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PcpErrorInvalidReferenceOffset Class Reference

#include <errors.h>

+ Inheritance diagram for PcpErrorInvalidReferenceOffset:

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...
 

Detailed Description

References or payloads that use invalid layer offsets.

Definition at line 583 of file errors.h.

Constructor & Destructor Documentation

PCP_API PcpErrorInvalidReferenceOffset::~PcpErrorInvalidReferenceOffset ( )
override

Destructor.

Member Function Documentation

static PcpErrorInvalidReferenceOffsetPtr PcpErrorInvalidReferenceOffset::New ( )
static

Returns a new error object.

PCP_API std::string PcpErrorInvalidReferenceOffset::ToString ( ) const
overridevirtual

Converts error to string message.

Implements PcpErrorBase.

Member Data Documentation

PcpArcType PcpErrorInvalidReferenceOffset::arcType

Definition at line 607 of file errors.h.

std::string PcpErrorInvalidReferenceOffset::assetPath

Target asset path of the arc.

Definition at line 599 of file errors.h.

SdfLayerOffset PcpErrorInvalidReferenceOffset::offset

The invalid layer offset expressed on the arc.

Definition at line 605 of file errors.h.

SdfLayerHandle PcpErrorInvalidReferenceOffset::sourceLayer

The source layer of the spec that caused this arc to be introduced.

Definition at line 593 of file errors.h.

SdfPath PcpErrorInvalidReferenceOffset::sourcePath

The source path of the spec that caused this arc to be introduced.

Definition at line 596 of file errors.h.

SdfPath PcpErrorInvalidReferenceOffset::targetPath

Target prim path of the arc.

Definition at line 602 of file errors.h.


The documentation for this class was generated from the following file: