PcpErrorUnresolvedPrimPath Class Reference

Asset paths that could not be both resolved and loaded. More...

+ Inheritance diagram for PcpErrorUnresolvedPrimPath:

Public Member Functions

PCP_API ~PcpErrorUnresolvedPrimPath ()
 Destructor. More...
 
virtual PCP_API std::string ToString () const
 Converts error to string message. More...
 
- Public Member Functions inherited from PcpErrorBase
virtual PCP_API ~PcpErrorBase ()
 Destructor. More...
 
bool ShouldReportAtMostOnce () const
 Return true if this type of error should be reported at most once for a given prim. More...
 

Static Public Member Functions

static PcpErrorUnresolvedPrimPathPtr New ()
 Returns a new error object. More...
 

Public Attributes

PcpSiteStr site
 The site where the invalid arc was expressed. More...
 
SdfLayerHandle sourceLayer
 The source layer of the spec that caused this arc to be introduced. More...
 
SdfLayerHandle targetLayer
 The target layer of the arc. More...
 
SdfPath unresolvedPath
 The prim path that cannot be resolved on the target layer stack. More...
 
PcpArcType arcType
 
- Public Attributes inherited from PcpErrorBase
const TfEnum errorType
 The error code. More...
 
PcpSiteStr rootSite
 The site of the composed prim or property being computed when the error was encountered. More...
 

Additional Inherited Members

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

Detailed Description

Asset paths that could not be both resolved and loaded.

Definition at line 837 of file errors.h.

Constructor & Destructor Documentation

◆ ~PcpErrorUnresolvedPrimPath()

Destructor.

Member Function Documentation

◆ New()

static PcpErrorUnresolvedPrimPathPtr New ( )
static

Returns a new error object.

◆ ToString()

virtual PCP_API std::string ToString ( ) const
virtual

Converts error to string message.

Implements PcpErrorBase.

Member Data Documentation

◆ site

PcpSiteStr site

The site where the invalid arc was expressed.

Definition at line 847 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 851 of file errors.h.

◆ targetLayer

SdfLayerHandle targetLayer

The target layer of the arc.

Definition at line 854 of file errors.h.

◆ unresolvedPath

SdfPath unresolvedPath

The prim path that cannot be resolved on the target layer stack.

Definition at line 857 of file errors.h.


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