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

#include <errors.h>

+ Inheritance diagram for PcpErrorInvalidPrimPath:

Public Member Functions

PCP_API ~PcpErrorInvalidPrimPath () 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 PcpErrorInvalidPrimPathPtr New ()
 Returns a new error object. More...
 

Public Attributes

PcpSite site
 The site where the invalid arc was expressed. More...
 
SdfPath primPath
 The target prim path of the arc that is invalid. More...
 
SdfLayerHandle sourceLayer
 
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

Invalid prim paths used by references or payloads.

Definition at line 314 of file errors.h.

Constructor & Destructor Documentation

PCP_API PcpErrorInvalidPrimPath::~PcpErrorInvalidPrimPath ( )
override

Destructor.

Member Function Documentation

static PcpErrorInvalidPrimPathPtr PcpErrorInvalidPrimPath::New ( )
static

Returns a new error object.

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

Converts error to string message.

Implements PcpErrorBase.

Member Data Documentation

PcpArcType PcpErrorInvalidPrimPath::arcType

Definition at line 333 of file errors.h.

SdfPath PcpErrorInvalidPrimPath::primPath

The target prim path of the arc that is invalid.

Definition at line 327 of file errors.h.

PcpSite PcpErrorInvalidPrimPath::site

The site where the invalid arc was expressed.

Definition at line 324 of file errors.h.

SdfLayerHandle PcpErrorInvalidPrimPath::sourceLayer

The source layer of the spec that caused this arc to be introduced. This may be a sublayer of the site.

Definition at line 331 of file errors.h.


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