Loading...
Searching...
No Matches
PcpErrorInvalidExternalTargetPath Class Reference

Invalid target or connection path in some scope that points to an object outside of that scope. More...

#include <errors.h>

+ Inheritance diagram for PcpErrorInvalidExternalTargetPath:

Public Member Functions

PCP_API ~PcpErrorInvalidExternalTargetPath () override
 Destructor.
 
PCP_API std::string ToString () const override
 Converts error to string message.
 
- Public Member Functions inherited from PcpErrorTargetPathBase
PCP_API ~PcpErrorTargetPathBase () override
 Destructor.
 
- 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 PcpErrorInvalidExternalTargetPathPtr New ()
 Returns a new error object.
 

Public Attributes

PcpArcType ownerArcType
 
SdfPath ownerIntroPath
 
- Public Attributes inherited from PcpErrorTargetPathBase
SdfPath targetPath
 The invalid target or connection path that was authored.
 
SdfPath owningPath
 The path to the property where the target was authored.
 
SdfSpecType ownerSpecType
 The spec type of the property where the target was authored.
 
SdfLayerHandle layer
 The layer containing the property where the target was authored.
 
SdfPath composedTargetPath
 The target or connection path in the composed scene.
 
- 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 PcpErrorTargetPathBase
 PcpErrorTargetPathBase (PcpErrorType errorType)
 
- Protected Member Functions inherited from PcpErrorBase
 PcpErrorBase (PcpErrorType errorType)
 Constructor.
 

Detailed Description

Invalid target or connection path in some scope that points to an object outside of that scope.

Definition at line 504 of file errors.h.

Constructor & Destructor Documentation

◆ ~PcpErrorInvalidExternalTargetPath()

PCP_API ~PcpErrorInvalidExternalTargetPath ( )
override

Destructor.

Member Function Documentation

◆ New()

static PcpErrorInvalidExternalTargetPathPtr 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

◆ ownerArcType

PcpArcType ownerArcType

Definition at line 513 of file errors.h.

◆ ownerIntroPath

SdfPath ownerIntroPath

Definition at line 514 of file errors.h.


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