ERROR_MESSAGES
in
Error messages constants
Table of Contents
- ABI = "Invalid function decode"
- BAD_REQUEST = "Invalid request was send"
- CONTRACT = "Invalid contract"
- GETH = "Geth client error response"
- INVALID_ADDRESS = "Invalid address format"
- INVALID_CALL = "Called field not found, please realize getter in format 'getFieldName()'"
- INVALID_CONSTANT_NAME = "Getting constant not exist in class"
- INVALID_CONTRACT_KEY = "Invalid key for contract instance"
- INVALID_CREDENTIALS_CLASS = "Invalid credentials object instance"
- INVALID_IMPLEMENTATION = "Class not implements interface"
- STATIC_CALL = "Only call static functions"
- TRANSACTION = "Invalid transaction"
Constants
ABI
public
mixed
ABI
= "Invalid function decode"
BAD_REQUEST
public
mixed
BAD_REQUEST
= "Invalid request was send"
CONTRACT
public
mixed
CONTRACT
= "Invalid contract"
GETH
public
mixed
GETH
= "Geth client error response"
INVALID_ADDRESS
public
mixed
INVALID_ADDRESS
= "Invalid address format"
INVALID_CALL
public
mixed
INVALID_CALL
= "Called field not found, please realize getter in format 'getFieldName()'"
INVALID_CONSTANT_NAME
public
mixed
INVALID_CONSTANT_NAME
= "Getting constant not exist in class"
INVALID_CONTRACT_KEY
public
mixed
INVALID_CONTRACT_KEY
= "Invalid key for contract instance"
INVALID_CREDENTIALS_CLASS
public
mixed
INVALID_CREDENTIALS_CLASS
= "Invalid credentials object instance"
INVALID_IMPLEMENTATION
public
mixed
INVALID_IMPLEMENTATION
= "Class not implements interface"
STATIC_CALL
public
mixed
STATIC_CALL
= "Only call static functions"
TRANSACTION
public
mixed
TRANSACTION
= "Invalid transaction"