Error when evaluating a variable expression.
More...
#include <errors.h>
|
| PCP_API std::string | ToString () const override |
| | Converts error to string message.
|
| |
| virtual PCP_API | ~PcpErrorBase () |
| | Destructor.
|
| |
| virtual std::string | ToString () const =0 |
| | Converts error to string message.
|
| |
|
|
static PcpErrorVariableExpressionErrorPtr | New () |
| |
|
| std::string | expression |
| | The expression that was evaluated.
|
| |
| std::string | expressionError |
| | The error generated during evaluation.
|
| |
| std::string | context |
| | The context where the expression was authored, e.g.
|
| |
| SdfLayerHandle | sourceLayer |
| | The source layer where the expression was authored.
|
| |
| SdfPath | sourcePath |
| | The source path where the expression was authored.
|
| |
| const PcpErrorType | errorType |
| | The error code.
|
| |
| PcpSite | rootSite |
| | The site of the composed prim or property being computed when the error was encountered.
|
| |
Error when evaluating a variable expression.
Definition at line 1035 of file errors.h.
◆ ToString()
| PCP_API std::string ToString |
( |
| ) |
const |
|
overridevirtual |
◆ context
The context where the expression was authored, e.g.
"sublayer", "reference", etc.
Definition at line 1051 of file errors.h.
◆ expression
The expression that was evaluated.
Definition at line 1044 of file errors.h.
◆ expressionError
| std::string expressionError |
The error generated during evaluation.
Definition at line 1047 of file errors.h.
◆ sourceLayer
| SdfLayerHandle sourceLayer |
The source layer where the expression was authored.
Definition at line 1054 of file errors.h.
◆ sourcePath
The source path where the expression was authored.
This may be the absolute root path.
Definition at line 1058 of file errors.h.
The documentation for this class was generated from the following file: