OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Attributes | List of all members
OpenSim.Framework.Servers.HttpServer.ErrorCode Class Reference

Public Attributes

const int ParseError = -32700
 
const int InvalidRequest = -32600
 
const int MethodNotFound = -32601
 
const int InvalidParams = -32602
 
const int InternalError = -32604
 

Detailed Description

Definition at line 33 of file JsonRpcResponse.cs.

Member Data Documentation

const int OpenSim.Framework.Servers.HttpServer.ErrorCode.InternalError = -32604

Definition at line 41 of file JsonRpcResponse.cs.

const int OpenSim.Framework.Servers.HttpServer.ErrorCode.InvalidParams = -32602

Definition at line 40 of file JsonRpcResponse.cs.

const int OpenSim.Framework.Servers.HttpServer.ErrorCode.InvalidRequest = -32600

Definition at line 38 of file JsonRpcResponse.cs.

const int OpenSim.Framework.Servers.HttpServer.ErrorCode.MethodNotFound = -32601

Definition at line 39 of file JsonRpcResponse.cs.

const int OpenSim.Framework.Servers.HttpServer.ErrorCode.ParseError = -32700

Definition at line 37 of file JsonRpcResponse.cs.


The documentation for this class was generated from the following file: