UUIDParsingException.Reason

The reason why parsing the UUID string failed (if known)

Values

ValueMeaning
unknown
tooLittle

The passed in input was correct, but more input was expected.

tooMuch

The input data is too long (There's no guarantee the first part of the data is valid)

invalidChar

Encountered an invalid character

Meta