Class

BalanceError

BalanceError(msg)

Constructor

# new BalanceError(msg)

Represents a failure in balance to perform a transaction in Smart Contracts

Parameters:
Name Type Description
msg string

the error message

View Source shared/errors.ts, line 20

Extends

  • InternalError

BalanceError(msg)

Constructor

# new BalanceError(msg)

Represents a failure in balance to perform a transaction in Smart Contracts

Parameters:
Name Type Description
msg string

the error message

View Source shared/errors.ts, line 35

Extends

  • InternalError