Enumeration HexaUrlErrorCode

Enum of possible HexaURL validation error codes

Enumeration Members

AdjacentHyphenUnderscore: 11

Has adjacent hyphen+underscore when not allowed

BytesTooLong: 2

Byte array exceeds maximum length

BytesTooShort: 3

Byte array is shorter than minimum length

ConsecutiveHyphens: 9

Contains consecutive hyphens when not allowed

ConsecutiveUnderscores: 10

Contains consecutive underscores when not allowed

InvalidCharacter: 4

Contains invalid characters

InvalidConfig: 5

Configuration is invalid

InvalidLength: 6

Length is invalid for encoding type

LeadingTrailingHyphen: 7

Has hyphens at start/end when not allowed

LeadingTrailingUnderscore: 8

Has underscores at start/end when not allowed

StringTooLong: 0

String exceeds maximum length

StringTooShort: 1

String is shorter than minimum length