LibErrors
Lib Errors
Library of common errors
Errors
InvalidArgument
error InvalidArgument()
The argument was invalid
InvalidCall
error InvalidCall()
The call was invalid
InvalidEmptyString
error InvalidEmptyString()
The string is empty
InvalidFee
error InvalidFee()
The fee is invalid
InvalidZeroAddress
error InvalidZeroAddress()
The address is zero
Unauthorized
error Unauthorized(address caller)
The operator is unauthorized for the caller
Parameters
Name
Type
Description
caller
address
Address performing the call
Last updated