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

#include <errors.h>

+ Inheritance diagram for PcpErrorInvalidSublayerPath:

Public Member Functions

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

Public Attributes

SdfLayerHandle layer
 
std::string sublayerPath
 
std::string messages
 
- 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 654 of file errors.h.

Constructor & Destructor Documentation

PCP_API PcpErrorInvalidSublayerPath::~PcpErrorInvalidSublayerPath ( )
override

Destructor.

Member Function Documentation

static PcpErrorInvalidSublayerPathPtr PcpErrorInvalidSublayerPath::New ( )
static

Returns a new error object.

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

Converts error to string message.

Implements PcpErrorBase.

Member Data Documentation

SdfLayerHandle PcpErrorInvalidSublayerPath::layer

Definition at line 663 of file errors.h.

std::string PcpErrorInvalidSublayerPath::messages

Definition at line 665 of file errors.h.

std::string PcpErrorInvalidSublayerPath::sublayerPath

Definition at line 664 of file errors.h.


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