Loading...
Searching...
No Matches
PcpErrorUnresolvedPrimPath Class Reference

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

#include <errors.h>

+ Inheritance diagram for PcpErrorUnresolvedPrimPath:

Public Member Functions

PCP_API ~PcpErrorUnresolvedPrimPath () 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 PcpErrorUnresolvedPrimPathPtr New ()
 Returns a new error object.
 

Public Attributes

PcpSite site
 The site where the invalid arc was expressed.
 
SdfLayerHandle sourceLayer
 The source layer of the spec that caused this arc to be introduced.
 
SdfLayerHandle targetLayer
 The target layer of the arc.
 
SdfPath unresolvedPath
 The prim path that cannot be resolved on the target layer stack.
 
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

Asset paths that could not be both resolved and loaded.

Definition at line 975 of file errors.h.

Constructor & Destructor Documentation

◆ ~PcpErrorUnresolvedPrimPath()

PCP_API ~PcpErrorUnresolvedPrimPath ( )
override

Destructor.

Member Function Documentation

◆ New()

static PcpErrorUnresolvedPrimPathPtr 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 997 of file errors.h.

◆ site

PcpSite site

The site where the invalid arc was expressed.

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

◆ targetLayer

SdfLayerHandle targetLayer

The target layer of the arc.

Definition at line 992 of file errors.h.

◆ unresolvedPath

SdfPath unresolvedPath

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

Definition at line 995 of file errors.h.


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