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

#include <errors.h>

+ Inheritance diagram for PcpErrorInvalidAssetPath:

Public Member Functions

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

Static Public Member Functions

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

Additional Inherited Members

- Public Attributes inherited from PcpErrorInvalidAssetPathBase
PcpSite site
 The site where the invalid arc was expressed. More...
 
SdfPath targetPath
 The target prim path of the arc. More...
 
std::string assetPath
 The target asset path of the arc as authored. More...
 
std::string resolvedAssetPath
 The resolved target asset path of the arc. More...
 
SdfLayerHandle sourceLayer
 
PcpArcType arcType
 
std::string messages
 Additional provided error information. More...
 
- Public Attributes inherited from PcpErrorBase
const PcpErrorType errorType
 The error code. More...
 
PcpSite rootSite
 
- Protected Member Functions inherited from PcpErrorInvalidAssetPathBase
 PcpErrorInvalidAssetPathBase (PcpErrorType errorType)
 Constructor. More...
 
- Protected Member Functions inherited from PcpErrorBase
 PcpErrorBase (PcpErrorType errorType)
 Constructor. More...
 

Detailed Description

Invalid asset paths used by references or payloads.

Definition at line 389 of file errors.h.

Constructor & Destructor Documentation

PCP_API PcpErrorInvalidAssetPath::~PcpErrorInvalidAssetPath ( )
override

Destructor.

Member Function Documentation

static PcpErrorInvalidAssetPathPtr PcpErrorInvalidAssetPath::New ( )
static

Returns a new error object.

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

Converts error to string message.

Implements PcpErrorBase.


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