Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrEmptyAddresses = errors.New("address list is empty")
View Source
var ErrTimeout error = errors.New("timeout")
Functions ¶
func IsBusinessError ¶
Types ¶
type AccountNotFoundError ¶
AccountNotFoundError represents error of account not found.
func NewAccountNotFoundError ¶
func NewAccountNotFoundError(address types.Address) *AccountNotFoundError
NewAccountNotFoundError creates a new AccountNotFoundError instance
func (*AccountNotFoundError) Error ¶
func (e *AccountNotFoundError) Error() string
Error implements error interface
type BusinessError ¶
func (BusinessError) Error ¶
func (e BusinessError) Error() string
Click to show internal directories.
Click to hide internal directories.