OfflineMapSyncLayerResult Class

  • OfflineMapSyncLayerResult
  • class Esri::ArcGISRuntime::OfflineMapSyncLayerResult

    The result of an OfflineMapSyncJob for a single layer or table. More...

    Header: #include <OfflineMapSyncLayerResult.h>
    Since: Esri::ArcGISRuntime 100.1
    Inherits: Esri::ArcGISRuntime::Object

    This class was introduced in Esri::ArcGISRuntime 100.1.

    Public Functions

    virtual ~OfflineMapSyncLayerResult() override
    QList<Esri::ArcGISRuntime::FeatureEditResult *> editErrors(QObject *parent = nullptr) const
    Esri::ArcGISRuntime::Error error() const
    bool hasErrors() const

    Detailed Description

    Member Function Documentation

    [override virtual] OfflineMapSyncLayerResult::~OfflineMapSyncLayerResult()

    Destructor.

    QList<Esri::ArcGISRuntime::FeatureEditResult *> OfflineMapSyncLayerResult::editErrors(QObject *parent = nullptr) const

    Returns the edit errors for a layer or table.

    • parent - A parent object that will manage the lifetime of the objects returned from this method.

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

    Returns the error associated with the layer or table if it could not be synchronized.

    bool OfflineMapSyncLayerResult::hasErrors() const

    Returns whether an error has been encountered synchronizing the layer or table.

    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