Loading...
Searching...
No Matches
PcpErrorInvalidSublayerAndOffsetCount Class Reference

Invalid sublayer and offset counts in a layer stack. More...

#include <errors.h>

+ Inheritance diagram for PcpErrorInvalidSublayerAndOffsetCount:

Public Member Functions

PCP_API ~PcpErrorInvalidSublayerAndOffsetCount () 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.
 

Static Public Member Functions

static PcpErrorInvalidSublayerAndOffsetCountPtr New ()
 Returns a new error object.
 

Public Attributes

SdfLayerHandle layer
 
size_t sublayerCount = 0
 
size_t offsetCount = 0
 
- 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

Invalid sublayer and offset counts in a layer stack.

Definition at line 607 of file errors.h.

Constructor & Destructor Documentation

◆ ~PcpErrorInvalidSublayerAndOffsetCount()

Destructor.

Member Function Documentation

◆ New()

static PcpErrorInvalidSublayerAndOffsetCountPtr 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 616 of file errors.h.

◆ offsetCount

size_t offsetCount = 0

Definition at line 618 of file errors.h.

◆ sublayerCount

size_t sublayerCount = 0

Definition at line 617 of file errors.h.


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