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

#include <errors.h>

+ Inheritance diagram for PcpErrorInvalidAssetPathBase:

Public Member Functions

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

Public Attributes

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

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

Detailed Description

Definition at line 347 of file errors.h.

Constructor & Destructor Documentation

PCP_API PcpErrorInvalidAssetPathBase::~PcpErrorInvalidAssetPathBase ( )
override

Destructor.

PcpErrorInvalidAssetPathBase::PcpErrorInvalidAssetPathBase ( PcpErrorType  errorType)
protected

Constructor.

Member Data Documentation

PcpArcType PcpErrorInvalidAssetPathBase::arcType

Definition at line 368 of file errors.h.

std::string PcpErrorInvalidAssetPathBase::assetPath

The target asset path of the arc as authored.

Definition at line 359 of file errors.h.

std::string PcpErrorInvalidAssetPathBase::messages

Additional provided error information.

Definition at line 371 of file errors.h.

std::string PcpErrorInvalidAssetPathBase::resolvedAssetPath

The resolved target asset path of the arc.

Definition at line 362 of file errors.h.

PcpSite PcpErrorInvalidAssetPathBase::site

The site where the invalid arc was expressed.

Definition at line 353 of file errors.h.

SdfLayerHandle PcpErrorInvalidAssetPathBase::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 366 of file errors.h.

SdfPath PcpErrorInvalidAssetPathBase::targetPath

The target prim path of the arc.

Definition at line 356 of file errors.h.


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