Class ServerError
Inherited Members
Namespace: EduCATS.Networking.Models.Login
Assembly: EduCATS.dll
Syntax
public class ServerError
Properties
Descriprion
Declaration
[JsonProperty("description")]
public string Descriprion { get; set; }
Property Value
Type | Description |
---|---|
string |
Error
Declaration
[JsonProperty("error")]
public int Error { get; set; }
Property Value
Type | Description |
---|---|
int |