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 intFILTER_NOT_FOUNDstatic intINTERNAL_ERRORstatic intINVALID_PARAMSstatic intINVALID_REQUESTstatic intPARSE_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
-
-