public final class RPCError
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
RPC_INTERNAL_ERROR |
static int |
RPC_INVALID_PARAMS |
static int |
RPC_INVALID_REQUEST |
static int |
RPC_METHOD_NOT_FOUND |
static int |
RPC_PARSE_ERROR |
| Constructor and Description |
|---|
RPCError() |
public static final int RPC_INVALID_REQUEST
public static final int RPC_METHOD_NOT_FOUND
public static final int RPC_INVALID_PARAMS
public static final int RPC_INTERNAL_ERROR
public static final int RPC_PARSE_ERROR