Search Results for

    Show / Hide Table of Contents

    Class Error

    Inheritance
    Object
    JsonObject<Error>
    Error
    Inherited Members
    JsonObject<Error>.CreateFromJson(String)
    JsonObject<Error>.ToJson(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
    In This Article
    Back to top Documentation