| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
JSONRPC |
"2.0" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final long |
CODE_INTERNAL_ERROR |
-32603L |
public static final long |
CODE_INVALID_PARAMS |
-32602L |
public static final long |
CODE_INVALID_REQUEST |
-32600L |
public static final long |
CODE_METHOD_NOT_FOUND |
-32601L |
public static final long |
CODE_PARSE_ERROR |
-32700L |
public static final long |
MAX_RESERVED_CODE_FOR_IMPLEMENTATION_DEFINED_SERVER_ERRORS |
-32000L |
public static final long |
MAX_RESERVED_CODE_FOR_PREDEFINED_ERRORS |
-32000L |
public static final long |
MIN_RESERVED_CODE_FOR_IMPLEMENTATION_DEFINED_SERVER_ERRORS |
-32099L |
public static final long |
MIN_RESERVED_CODE_FOR_PREDEFINED_ERRORS |
-32768L |
Copyright © 2019 Jinahya, Inc.. All rights reserved.