Loading...
Searching...
No Matches
PcpErrorInvalidReferenceOffset Class Reference

References or payloads that use invalid layer offsets. More...

#include <errors.h>

+ Inheritance diagram for PcpErrorInvalidReferenceOffset:

Public Member Functions

PCP_API ~PcpErrorInvalidReferenceOffset () 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 PcpErrorInvalidReferenceOffsetPtr New ()
 Returns a new error object.
 

Public Attributes

SdfLayerHandle sourceLayer
 The source layer of the spec that caused this arc to be introduced.
 
SdfPath sourcePath
 The source path of the spec that caused this arc to be introduced.
 
std::string assetPath
 Target asset path of the arc.
 
SdfPath targetPath
 Target prim path of the arc.
 
SdfLayerOffset offset
 The invalid layer offset expressed on the arc.
 
PcpArcType arcType
 
- 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

References or payloads that use invalid layer offsets.

Definition at line 586 of file errors.h.

Constructor & Destructor Documentation

◆ ~PcpErrorInvalidReferenceOffset()

PCP_API ~PcpErrorInvalidReferenceOffset ( )
override

Destructor.

Member Function Documentation

◆ New()

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

◆ arcType

PcpArcType arcType

Definition at line 610 of file errors.h.

◆ assetPath

std::string assetPath

Target asset path of the arc.

Definition at line 602 of file errors.h.

◆ offset

The invalid layer offset expressed on the arc.

Definition at line 608 of file errors.h.

◆ sourceLayer

SdfLayerHandle sourceLayer

The source layer of the spec that caused this arc to be introduced.

Definition at line 596 of file errors.h.

◆ sourcePath

SdfPath sourcePath

The source path of the spec that caused this arc to be introduced.

Definition at line 599 of file errors.h.

◆ targetPath

SdfPath targetPath

Target prim path of the arc.

Definition at line 605 of file errors.h.


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