Class Error
Inheritance
System.Object
Error
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VEDriversLite.DogeAPI
Assembly: VEDriversLite.dll
Syntax
public class Error
Properties
| Improve this Doc View SourceAdditionalProperties
Declaration
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Object> |
Code
Declaration
[JsonProperty("code", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public int? Code { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Fields
Declaration
[JsonProperty("fields", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Fields { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Message
Declaration
[JsonProperty("message", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |