| Enumerator | Value | Description |
|---|---|---|
| KUriUtilsErrBadComponentIndex | KUriUtilsErrorBase |
Error specifying the use of an invalid component index |
| KUriUtilsErrBadBasePath | KUriUtilsErrorBase - 1 |
Error specifying the use of a base uri path is not absolute and not empty |
| KUriUtilsErrBufferOverflow | KUriUtilsErrorBase - 2 |
Error specifying that a buffer is not big enough to append a component and delimiters |
| KUriUtilsErrBadDelimitedParserMode | KUriUtilsErrorBase - 3 |
Error specifying the use of an supported parsing mode |
| KUriUtilsErrNoDelimiter | KUriUtilsErrorBase - 4 |
Error specifying that the delimiting character is not set |
| KUriUtilsErrNotParsed | KUriUtilsErrorBase - 5 |
Error specifying that the data has not been parsed |
| KUriUtilsErr16BitChar | KUriUtilsErrorBase - 6 |
Error specifying that a 16-bit character was found in data to be escape encode |
| KUriUtilsErrBadEscapeTriple | KUriUtilsErrorBase - 7 |
Error specifying that a badly formed escape triple was found in data being escape decoded |
| KUriUtilsCannotConvert | KUriUtilsErrorBase - 8 |
Error specifying that charconv was unable to convert the input data |
| KUriUtilsErrEmptyData | KUriUtilsErrorBase - 9 |
Error specifying that there was empty data |
| KUriUtilsErrNoIntegerInData | KUriUtilsErrorBase - 10 |
Error specifying that there is no character representation of an integer |
| KUriUtilsErrInvalidUri | KUriUtilsErrorBase - 11 |
Error code specifying an invalid uri |
| KUriUtilsErrBadEscapeMode | KUriUtilsErrorBase - 12 |
Error code for unsupported escaping mode |
| KUriUtilsErrBadTextRemoveMode | KUriUtilsErrorBase - 13 |
Error code for unsupported text whitespace removal mode |
| KUriUtilsErrDecodeMalformedQuotedString | KUriUtilsErrorBase - 14 |
Quoted string could not be decoded as it is malformed. |
| KUriUtilsErrInvalidScheme | KUriUtilsErrorBase - 15 |
Error code specifying an invalid scheme |
| KUriUtilsErrInvalidUserInfo | KUriUtilsErrorBase - 16 |
Error code specifying an invalid username and/or password |
| KUriUtilsErrInvalidHost | KUriUtilsErrorBase - 17 |
Error code specifying an invalid host |
| KUriUtilsErrInvalidPort | KUriUtilsErrorBase - 18 |
Error code specifying an invalid port |
| KUriUtilsErrInvalidPath | KUriUtilsErrorBase - 19 |
Error code specifying an invalid path |
| KUriUtilsErrInvalidParam | KUriUtilsErrorBase - 20 |
Error code specifying an invalid sip parameter |
| KUriUtilsErrInvalidQuery | KUriUtilsErrorBase - 21 |
Error code specifying an invalid query |
| KUriUtilsErrInvalidHeaders | KUriUtilsErrorBase - 22 |
Error code specifying an invalid sip headers |
| KUriUtilsErrInvalidFragment | KUriUtilsErrorBase - 23 |
Error code specifying an invalid fragment |
| KUriUtilsErrDifferentScheme | KUriUtilsErrorBase - 24 |
Error code specifying that schemes are not equivalent |
| KUriUtilsErrDifferentUserInfo | KUriUtilsErrorBase - 25 |
Error code specifying that usernames and passwords are not equivalent |
| KUriUtilsErrDifferentHost | KUriUtilsErrorBase - 26 |
Error code specifying that hosts are not equivalent |
| KUriUtilsErrDifferentPort | KUriUtilsErrorBase - 27 |
Error code specifying that ports are not equivalent |
| KUriUtilsErrDifferentPath | KUriUtilsErrorBase - 28 |
Error code specifying that paths are not equivalent |
| KUriUtilsErrDifferentQuery | KUriUtilsErrorBase - 30 |
Error code specifying that queries are not equivalent |
| KUriUtilsErrDifferentFragment | KUriUtilsErrorBase - 32 |
Error code specifying that fragments are not equivalent |
| KUriUtilsErrMalformedInteger | KUriUtilsErrorBase - 33 |
Error code specifying that a non-numeric character was found in data |