public interface JsonRpcErrorCodes
| Modifier and Type | Field and Description |
|---|---|
static int |
INTERNAL_ERROR
Internal JSON-RPC error.
|
static int |
INVALID_PARAMS
Invalid method parameter(s).
|
static int |
INVALID_REQUEST
The JSON sent is not a valid Request object.
|
static int |
METHOD_NOT_FOUND
The method does not exist / is not available.
|
static int |
PARSE_ERROR
Invalid JSON was received by the server.
|
static final int PARSE_ERROR
static final int INVALID_REQUEST
static final int METHOD_NOT_FOUND
static final int INVALID_PARAMS
static final int INTERNAL_ERROR
Copyright © 2025. All rights reserved.