dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

SearchResponseErrors Class

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

Inheritance System.Object 🡒 SearchResponseErrors

Implements System.IEquatable<SearchResponseErrors>

Constructors

SearchResponseErrors(Error, string, Nullable) Constructor

public SearchResponseErrors(dymaptic.GeoBlazor.Core.Model.Error? Error=null, string? Source=null, System.Nullable<int> SourceIndex=null);

Parameters

Error Error

Source System.String

SourceIndex System.Nullable<System.Int32>

Properties

SearchResponseErrors.Error Property

public dymaptic.GeoBlazor.Core.Model.Error? Error { get; set; }

Property Value

Error

SearchResponseErrors.Source Property

public string? Source { get; set; }

Property Value

System.String

SearchResponseErrors.SourceIndex Property

public System.Nullable<int> SourceIndex { get; set; }

Property Value

System.Nullable<System.Int32>