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

#include <errors.h>

+ Inheritance diagram for PcpErrorInvalidSameTargetRelocations:

Classes

struct  RelocationSource
 Info about each relocate source that has the same target path. More...
 

Public Member Functions

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

Static Public Member Functions

static
PcpErrorInvalidSameTargetRelocationsPtr 
New ()
 Returns a new error object. More...
 

Public Attributes

SdfPath targetPath
 The target path of the multiple invalid relocations. More...
 
std::vector< RelocationSourcesources
 The sources of all relocates that relocate to the target path. More...
 
- Public Attributes inherited from PcpErrorBase
const PcpErrorType errorType
 The error code. More...
 
PcpSite rootSite
 

Additional Inherited Members

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

Detailed Description

Multiple relocations in the layer stack have the same target.

Definition at line 816 of file errors.h.

Constructor & Destructor Documentation

PCP_API PcpErrorInvalidSameTargetRelocations::~PcpErrorInvalidSameTargetRelocations ( )
override

Destructor.

Member Function Documentation

static PcpErrorInvalidSameTargetRelocationsPtr PcpErrorInvalidSameTargetRelocations::New ( )
static

Returns a new error object.

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

Converts error to string message.

Implements PcpErrorBase.

Member Data Documentation

std::vector<RelocationSource> PcpErrorInvalidSameTargetRelocations::sources

The sources of all relocates that relocate to the target path.

Definition at line 839 of file errors.h.

SdfPath PcpErrorInvalidSameTargetRelocations::targetPath

The target path of the multiple invalid relocations.

Definition at line 826 of file errors.h.


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