Package org.web3j.protocol.core
Class RpcErrors
- java.lang.Object
-
- org.web3j.protocol.core.RpcErrors
-
public final class RpcErrors extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
FILTER_NOT_FOUND
static int
INTERNAL_ERROR
static int
INVALID_PARAMS
static int
INVALID_REQUEST
static int
PARSE_ERROR
-
-
-
Field Detail
-
FILTER_NOT_FOUND
public static final int FILTER_NOT_FOUND
- See Also:
- Constant Field Values
-
PARSE_ERROR
public static final int PARSE_ERROR
- See Also:
- Constant Field Values
-
INVALID_REQUEST
public static final int INVALID_REQUEST
- See Also:
- Constant Field Values
-
INVALID_PARAMS
public static final int INVALID_PARAMS
- See Also:
- Constant Field Values
-
INTERNAL_ERROR
public static final int INTERNAL_ERROR
- See Also:
- Constant Field Values
-
-