layout: default title: EditError parent: Core Classes —

dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Components.Layers

EditError Class

The error object in a FeatureEditResult

public class EditError :
System.IEquatable<dymaptic.GeoBlazor.Core.Components.Layers.EditError>

Inheritance System.Object 🡒 EditError

Implements System.IEquatable<EditError>

Constructors

EditError(string, string) Constructor

The error object in a FeatureEditResult

public EditError(string? Name, string? Message);

Parameters

Name System.String

Error name.

Message System.String

Message describing the error.

Properties

EditError.Message Property

Message describing the error.

public string? Message { get; set; }

Property Value

System.String

EditError.Name Property

Error name.

public string? Name { get; set; }

Property Value

System.String