Loading...
Searching...
No Matches
PcpErrorInvalidPrimPath Class Reference

Invalid prim paths used by references or payloads. More...

#include <errors.h>

+ Inheritance diagram for PcpErrorInvalidPrimPath:

Public Member Functions

PCP_API ~PcpErrorInvalidPrimPath () override
 Destructor.
 
PCP_API std::string ToString () const override
 Converts error to string message.
 
- Public Member Functions inherited from PcpErrorBase
virtual PCP_API ~PcpErrorBase ()
 Destructor.
 
virtual std::string ToString () const =0
 Converts error to string message.
 

Static Public Member Functions

static PcpErrorInvalidPrimPathPtr New ()
 Returns a new error object.
 

Public Attributes

PcpSite site
 The site where the invalid arc was expressed.
 
SdfPath primPath
 The target prim path of the arc that is invalid.
 
SdfLayerHandle sourceLayer
 The source layer of the spec that caused this arc to be introduced.
 
PcpArcType arcType
 
- Public Attributes inherited from PcpErrorBase
const PcpErrorType errorType
 The error code.
 
PcpSite rootSite
 The site of the composed prim or property being computed when the error was encountered.
 

Additional Inherited Members

- Protected Member Functions inherited from PcpErrorBase
 PcpErrorBase (PcpErrorType errorType)
 Constructor.
 

Detailed Description

Invalid prim paths used by references or payloads.

Definition at line 314 of file errors.h.

Constructor & Destructor Documentation

◆ ~PcpErrorInvalidPrimPath()

PCP_API ~PcpErrorInvalidPrimPath ( )
override

Destructor.

Member Function Documentation

◆ New()

static PcpErrorInvalidPrimPathPtr New ( )
static

Returns a new error object.

◆ ToString()

PCP_API std::string ToString ( ) const
overridevirtual

Converts error to string message.

Implements PcpErrorBase.

Member Data Documentation

◆ arcType

PcpArcType arcType

Definition at line 333 of file errors.h.

◆ primPath

SdfPath primPath

The target prim path of the arc that is invalid.

Definition at line 327 of file errors.h.

◆ site

PcpSite site

The site where the invalid arc was expressed.

Definition at line 324 of file errors.h.

◆ sourceLayer

SdfLayerHandle 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: