ERROR_MESSAGES
                
            in
            
        
    
        
            Error messages constants
Table of Contents
- ABI = "Invalid function decode"
 - BAD_REQUEST = "Invalid request was send"
 - BROADCAST_ERROR = "Transaction not broadcast"
 - 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_CLASS_NAME = "Invalid class name for make instance"
 - 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"
        
        
    
BROADCAST_ERROR
    public
        mixed
    BROADCAST_ERROR
    = "Transaction not broadcast"
        
        
    
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_CLASS_NAME
    public
        mixed
    INVALID_CLASS_NAME
    = "Invalid class name for make instance"
        
        
    
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"