Table of Contents

Enum ReceiveName.ValidationError

Namespace
Concordium.Sdk.Types
Assembly
Concordium.Sdk.dll

Validation error of receive name.

public enum ReceiveName.ValidationError

Fields

InvalidCharacters = 2

The receive name contained characters that are not ASCII alphanumeric or ASCII punctuation.

MissingDotSeparator = 0

Receive name did not include the mandatory '.' character.

TooLong = 1

The receive name is more than 100 characters.