Class Error
Namespace: JoshAaronMiller.INaturalist
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class Error : JsonObject<Error>
Fields
code
Declaration
public int code
Field Value
| Type | Description |
|---|---|
| Int32 |
error
Declaration
public string error
Field Value
| Type | Description |
|---|---|
| String |
message
Declaration
public string message
Field Value
| Type | Description |
|---|---|
| String |
status
Declaration
public int status
Field Value
| Type | Description |
|---|---|
| Int32 |