Enum ContractName.ValidationError
- Namespace
- Concordium.Sdk.Types
- Assembly
- Concordium.Sdk.dll
Validation error of contract name.
public enum ContractName.ValidationError
Fields
ContainsDot = 2
The contract name contained the character '.'.
InvalidCharacters = 3
The contract name contains characters that are not alphanumeric ASCII.
MissingInitPrefix = 0
Contract name did not include the mandatory prefix of 'init_'.
TooLong = 1
The contract name is more than 100 characters.