• FormExpressionEvaluationError
  • class Esri::ArcGISRuntime::FormExpressionEvaluationError

    An error resulting from the evaluation of an Arcade expression on behalf of a call to FeatureForm::evaluateExpressionsAsync. More...

    Header: #include <FormExpressionEvaluationError.h>
    Since: Esri::ArcGISRuntime 200.8
    Inherits: Esri::ArcGISRuntime::Object

    Public Functions

    virtual ~FormExpressionEvaluationError() override
    Esri::ArcGISRuntime::Error error() const
    QString expressionName() const

    Detailed Description

    This object represents an error encountered during the evaluation of the named expression.

    Member Function Documentation

    [override virtual noexcept] FormExpressionEvaluationError::~FormExpressionEvaluationError()

    Destructor.

    Esri::ArcGISRuntime::Error FormExpressionEvaluationError::error() const

    Returns the error encountered during expression evaluation.

    QString FormExpressionEvaluationError::expressionName() const

    Returns the name of the Arcade expression whose evaluation encountered the error.