Loading...
Searching...
No Matches
PcpErrorInconsistentPropertyType Class Reference

Properties that have specs with conflicting definitions. More...

#include <errors.h>

Inherits PcpErrorInconsistentPropertyBase.

Public Member Functions

PCP_API ~PcpErrorInconsistentPropertyType () override
 Destructor.
 
PCP_API std::string ToString () const override
 Converts error to string message.
 

Static Public Member Functions

static PcpErrorInconsistentPropertyTypePtr New ()
 Returns a new error object.
 

Public Attributes

SdfSpecType definingSpecType
 The type of the defining spec.
 
SdfSpecType conflictingSpecType
 The type of the conflicting spec.
 

Detailed Description

Properties that have specs with conflicting definitions.

Definition at line 221 of file errors.h.

Constructor & Destructor Documentation

◆ ~PcpErrorInconsistentPropertyType()

PCP_API ~PcpErrorInconsistentPropertyType ( )
override

Destructor.

Member Function Documentation

◆ New()

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

◆ conflictingSpecType

SdfSpecType conflictingSpecType

The type of the conflicting spec.

Definition at line 234 of file errors.h.

◆ definingSpecType

SdfSpecType definingSpecType

The type of the defining spec.

Definition at line 232 of file errors.h.


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