HDK
|
#include <errors.h>
Public Member Functions | |
PCP_API | ~PcpErrorVariableExpressionError () override |
PCP_API std::string | ToString () const override |
Converts error to string message. More... | |
Public Member Functions inherited from PcpErrorBase | |
virtual PCP_API | ~PcpErrorBase () |
Destructor. More... | |
Static Public Member Functions | |
static PcpErrorVariableExpressionErrorPtr | New () |
Public Attributes | |
std::string | expression |
The expression that was evaluated. More... | |
std::string | expressionError |
The error generated during evaluation. More... | |
std::string | context |
SdfLayerHandle | sourceLayer |
The source layer where the expression was authored. More... | |
SdfPath | sourcePath |
Public Attributes inherited from PcpErrorBase | |
const PcpErrorType | errorType |
The error code. More... | |
PcpSite | rootSite |
Additional Inherited Members | |
Protected Member Functions inherited from PcpErrorBase | |
PcpErrorBase (PcpErrorType errorType) | |
Constructor. More... | |
|
override |
|
static |
|
overridevirtual |
Converts error to string message.
Implements PcpErrorBase.
std::string PcpErrorVariableExpressionError::context |
std::string PcpErrorVariableExpressionError::expression |
std::string PcpErrorVariableExpressionError::expressionError |
SdfLayerHandle PcpErrorVariableExpressionError::sourceLayer |
SdfPath PcpErrorVariableExpressionError::sourcePath |