Loading...
Searching...
No Matches
PcpErrorInvalidSublayerPath Class Reference

Asset paths that could not be both resolved and loaded. More...

#include <errors.h>

+ Inheritance diagram for PcpErrorInvalidSublayerPath:

Public Member Functions

PCP_API ~PcpErrorInvalidSublayerPath () override
 Destructor.
 
PCP_API std::string ToString () const override
 Converts error to string message.
 
- 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 PcpErrorInvalidSublayerPathPtr New ()
 Returns a new error object.
 

Public Attributes

SdfLayerHandle layer
 
std::string sublayerPath
 
std::string messages
 
- 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 PcpErrorBase
 PcpErrorBase (PcpErrorType errorType)
 Constructor.
 

Detailed Description

Asset paths that could not be both resolved and loaded.

Definition at line 654 of file errors.h.

Constructor & Destructor Documentation

◆ ~PcpErrorInvalidSublayerPath()

PCP_API ~PcpErrorInvalidSublayerPath ( )
override

Destructor.

Member Function Documentation

◆ New()

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

◆ layer

SdfLayerHandle layer

Definition at line 663 of file errors.h.

◆ messages

std::string messages

Definition at line 665 of file errors.h.

◆ sublayerPath

std::string sublayerPath

Definition at line 664 of file errors.h.


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