The reason why parsing the UUID string failed (if known)
The passed in input was correct, but more input was expected.
The input data is too long (There's no guarantee the first part of the data is valid)
Encountered an invalid character
See Implementation
The reason why parsing the UUID string failed (if known)