Documentation
¶
Index ¶
Constants ¶
View Source
const ( ErrArgumentsCount = "incorrect number of arguments %d, but this method expects: '%s'" ErrEmptyChannelName = "channel name is empty" ErrEmptyChaincodeName = "chaincode name is empty" ErrEmptyRoleName = "role name is empty" ErrCalledNotCCOrAdmin = "unauthorized; should be called via another chaincode or by platform administrator" ErrCallAthFailed = "call authorization failed, err: %s" ErrEmptyNomineeAddress = "holder address is empty" ErrEmptyPrincipalAddress = "principal address is empty" )
Access Matrix Errors
View Source
const ( ErrCallerNotAdmin = "caller is not an acl admin" ErrDuplicateSignatures = "duplicate validators signatures are not allowed: %w" ErrDuplicatePubKeys = "duplicate validators public keys are not allowed: %w" ErrEmptyPubKey = "empty pub key" ErrEmptyAddress = "address is empty" ErrAccountForAddressIsEmpty = "account info for address %s is empty" ErrEmptyNewKey = "empty new key" ErrRecordsNotFound = "not found any records" ErrWrongNumberOfKeys = "number of pubKeys (%d) is less than required (%d)" )
Errors
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.