EditResult Class

  • EditResult
  • class Esri::ArcGISRuntime::EditResult

    The result of an edit operation, such as add, delete, or update. More...

    Header: #include <EditResult.h>
    Since: Esri::ArcGISRuntime 100.0
    Inherits: Esri::ArcGISRuntime::Object
    Inherited By:

    Esri::ArcGISRuntime::FeatureEditResult

    This class was introduced in Esri::ArcGISRuntime 100.0.

    Public Functions

    virtual ~EditResult() override
    Esri::ArcGISRuntime::EditOperation editOperation() const
    Esri::ArcGISRuntime::EditResultType editResultType() const
    Esri::ArcGISRuntime::Error error() const
    QString globalId() const
    bool isCompletedWithErrors() const
    qint64 objectId() const

    Detailed Description

    Member Function Documentation

    [override virtual] EditResult::~EditResult()

    Destructor

    Esri::ArcGISRuntime::EditOperation EditResult::editOperation() const

    Returns the type of edit operation.

    Esri::ArcGISRuntime::EditResultType EditResult::editResultType() const

    Returns the type of edit result.

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

    Returns the error message if the operation failed.

    This could be for the feature or its attachments.

    QString EditResult::globalId() const

    Returns the global ID of the Feature.

    bool EditResult::isCompletedWithErrors() const

    Returns true if there are any errors associated with the edit operation, including its attachments.

    qint64 EditResult::objectId() const

    Returns the object ID of the Feature.

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

    You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

    Your ArcGIS portal

    Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

    Your ArcGIS Location Platform dashboard

    Manage billing, monitor service usage, and access additional resources.

    Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

    Close