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

#include <errors.h>

+ Inheritance diagram for PcpErrorInconsistentPropertyBase:

Public Member Functions

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

Public Attributes

std::string definingLayerIdentifier
 The identifier of the layer with the defining property spec. More...
 
SdfPath definingSpecPath
 The path of the defining property spec. More...
 
std::string conflictingLayerIdentifier
 The identifier of the layer with the conflicting property spec. More...
 
SdfPath conflictingSpecPath
 The path of the conflicting property spec. More...
 
- Public Attributes inherited from PcpErrorBase
const PcpErrorType errorType
 The error code. More...
 
PcpSite rootSite
 

Protected Member Functions

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

Detailed Description

Definition at line 190 of file errors.h.

Constructor & Destructor Documentation

PCP_API PcpErrorInconsistentPropertyBase::~PcpErrorInconsistentPropertyBase ( )
override

Destructor.

PcpErrorInconsistentPropertyBase::PcpErrorInconsistentPropertyBase ( PcpErrorType  errorType)
protected

Constructor.

Member Data Documentation

std::string PcpErrorInconsistentPropertyBase::conflictingLayerIdentifier

The identifier of the layer with the conflicting property spec.

Definition at line 201 of file errors.h.

SdfPath PcpErrorInconsistentPropertyBase::conflictingSpecPath

The path of the conflicting property spec.

Definition at line 203 of file errors.h.

std::string PcpErrorInconsistentPropertyBase::definingLayerIdentifier

The identifier of the layer with the defining property spec.

Definition at line 196 of file errors.h.

SdfPath PcpErrorInconsistentPropertyBase::definingSpecPath

The path of the defining property spec.

Definition at line 198 of file errors.h.


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