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

#include <errors.h>

+ Inheritance diagram for PcpErrorUnresolvedPrimPath:

Public Member Functions

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

Public Attributes

PcpSite site
 The site where the invalid arc was expressed. More...
 
SdfLayerHandle sourceLayer
 
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 PcpErrorType errorType
 The error code. More...
 
PcpSite rootSite
 

Additional Inherited Members

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

Detailed Description

Asset paths that could not be both resolved and loaded.

Definition at line 822 of file errors.h.

Constructor & Destructor Documentation

PCP_API PcpErrorUnresolvedPrimPath::~PcpErrorUnresolvedPrimPath ( )
override

Destructor.

Member Function Documentation

static PcpErrorUnresolvedPrimPathPtr PcpErrorUnresolvedPrimPath::New ( )
static

Returns a new error object.

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

Converts error to string message.

Implements PcpErrorBase.

Member Data Documentation

PcpArcType PcpErrorUnresolvedPrimPath::arcType

Definition at line 844 of file errors.h.

PcpSite PcpErrorUnresolvedPrimPath::site

The site where the invalid arc was expressed.

Definition at line 832 of file errors.h.

SdfLayerHandle PcpErrorUnresolvedPrimPath::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 836 of file errors.h.

SdfLayerHandle PcpErrorUnresolvedPrimPath::targetLayer

The target layer of the arc.

Definition at line 839 of file errors.h.

SdfPath PcpErrorUnresolvedPrimPath::unresolvedPath

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

Definition at line 842 of file errors.h.


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