| 
    HDK
    
   | 
 
#include <errors.h>
 Inheritance diagram for PcpErrorInconsistentAttributeVariability:Public Member Functions | |
| PCP_API | ~PcpErrorInconsistentAttributeVariability () override | 
| Destructor.  More... | |
| PCP_API std::string | ToString () const override | 
| Converts error to string message.  More... | |
  Public Member Functions inherited from PcpErrorInconsistentPropertyBase | |
| PCP_API | ~PcpErrorInconsistentPropertyBase () override | 
| Destructor.  More... | |
  Public Member Functions inherited from PcpErrorBase | |
| virtual PCP_API | ~PcpErrorBase () | 
| Destructor.  More... | |
Static Public Member Functions | |
| static  PcpErrorInconsistentAttributeVariabilityPtr  | New () | 
| Returns a new error object.  More... | |
Public Attributes | |
| SdfVariability | definingVariability | 
| The variability of the defining spec.  More... | |
| SdfVariability | conflictingVariability | 
| The variability of the conflicting spec.  More... | |
  Public Attributes inherited from PcpErrorInconsistentPropertyBase | |
| 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 | 
Additional Inherited Members | |
  Protected Member Functions inherited from PcpErrorInconsistentPropertyBase | |
| PcpErrorInconsistentPropertyBase (PcpErrorType errorType) | |
| Constructor.  More... | |
  Protected Member Functions inherited from PcpErrorBase | |
| PcpErrorBase (PcpErrorType errorType) | |
| Constructor.  More... | |
      
  | 
  override | 
Destructor.
      
  | 
  static | 
Returns a new error object.
      
  | 
  overridevirtual | 
Converts error to string message.
Implements PcpErrorBase.
| SdfVariability PcpErrorInconsistentAttributeVariability::conflictingVariability | 
| SdfVariability PcpErrorInconsistentAttributeVariability::definingVariability |