Documentation

ERROR_MESSAGES

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

BAD_REQUEST

public mixed BAD_REQUEST = "Invalid request was send"

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"

Search results