dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

FeatureEditResultError Class

If the edit failed, the edit result includes an error.
ArcGIS Maps SDK for JavaScript

public class FeatureEditResultError :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.FeatureEditResultError>

Inheritance System.Object 🡒 FeatureEditResultError

Implements System.IEquatable<FeatureEditResultError>

Constructors

FeatureEditResultError(string, string) Constructor

If the edit failed, the edit result includes an error.
ArcGIS Maps SDK for JavaScript

public FeatureEditResultError(string? Message=null, string? Name=null);

Parameters

Message System.String

Message describing the error.
ArcGIS Maps SDK for JavaScript

Name System.String

Error name.
ArcGIS Maps SDK for JavaScript

Properties

FeatureEditResultError.Message Property

Message describing the error.
ArcGIS Maps SDK for JavaScript

public string? Message { get; set; }

Property Value

System.String

FeatureEditResultError.Name Property

Error name.
ArcGIS Maps SDK for JavaScript

public string? Name { get; set; }

Property Value

System.String