For error codes, the following shows:
The symbolic name
The decimal value
The hexadecimal value
A brief description of the error
┌─────────────────────────┬───────────────┬───────────────┬─────────────────────────┐│Symbolic name │Decimal value │Hexadecimal │Explanation │ │ │ │value │ │ ├─────────────────────────┼───────────────┼───────────────┼─────────────────────────┤ │UCONV_BADATTR │132117 │20415 │Incorrect attribute │ │ │ │ │specified. │ ├─────────────────────────┼───────────────┼───────────────┼─────────────────────────┤ │UCONV_E2BIG │132114 │20412 │Input conversion stopped │ │ │ │ │due to lack of space in │ │ │ │ │the output buffer. │ ├─────────────────────────┼───────────────┼───────────────┼─────────────────────────┤ │UCONV_EBADF │132111 │2040F │An object specified on a │ │ │ │ │parameter of this │ │ │ │ │function is not a valid │ │ │ │ │object. │ ├─────────────────────────┼───────────────┼───────────────┼─────────────────────────┤ │UCONV_EILSEQ │132098 │20402 │Input conversion stopped │ │ │ │ │due to an input byte that│ │ │ │ │does not belong to the │ │ │ │ │input code page. │ ├─────────────────────────┼───────────────┼───────────────┼─────────────────────────┤ │UCONV_EINVAL │132110 │2040E │A locale specification │ │ │ │ │string or token that is │ │ │ │ │not valid was passed; the│ │ │ │ │locale object pointer │ │ │ │ │points to undefined data.│ ├─────────────────────────┼───────────────┼───────────────┼─────────────────────────┤ │UCONV_EMFILE │132099 │20403 │File descriptors are │ │ │ │ │currently open in the │ │ │ │ │calling process. │ ├─────────────────────────┼───────────────┼───────────────┼─────────────────────────┤ │UCONV_ENFILE │132100 │20404 │Too many files currently │ │ │ │ │open in the system. │ ├─────────────────────────┼───────────────┼───────────────┼─────────────────────────┤ │UCONV_ENOMEM │132109 │2040D │Insufficient memory to │ │ │ │ │create the requested │ │ │ │ │object. │ ├─────────────────────────┼───────────────┼───────────────┼─────────────────────────┤ │UCONV_EOTHER │132097 │20401 │ │ ├─────────────────────────┼───────────────┼───────────────┼─────────────────────────┤ │UCONV_NOTIMPLEMENTED │132108 │2040C │ │ ├─────────────────────────┼───────────────┼───────────────┼─────────────────────────┤ │ULS_BADATTR │132117 │20415 │Incorrect attribute │ │ │ │ │specified. │ ├─────────────────────────┼───────────────┼───────────────┼─────────────────────────┤ │ULS_BADHANDLE │132104 │20408 │Bad keyboard handle. │ ├─────────────────────────┼───────────────┼───────────────┼─────────────────────────┤ │ULS_BADOBJECT │132111 │2040F │An object specified on a │ │ │ │ │parameter of this │ │ │ │ │function is not a valid │ │ │ │ │object. │ ├─────────────────────────┼───────────────┼───────────────┼─────────────────────────┤ │ULS_BUFFERFULL │132114 │20412 │Input conversion stopped │ │ │ │ │due to lack of space in │ │ │ │ │the output buffer. │ ├─────────────────────────┼───────────────┼───────────────┼─────────────────────────┤ │ULS_ILLEGALSEQUENCE │132098 │20402 │Input conversion stopped │ │ │ │ │due to an input byte that│ │ │ │ │does not belong to the │ │ │ │ │input code page. │ ├─────────────────────────┼───────────────┼───────────────┼─────────────────────────┤ │ULS_INVALID │132110 │2040E │A locale specification │ │ │ │ │string or token that is │ │ │ │ │not valid was passed; the│ │ │ │ │locale object pointer │ │ │ │ │points to undefined data.│ ├─────────────────────────┼───────────────┼───────────────┼─────────────────────────┤ │ULS_INVALIDSCAN │132107 │2040B │ │ ├─────────────────────────┼───────────────┼───────────────┼─────────────────────────┤ │ULS_KBDNOTFOUND │132103 │20407 │Cannot find the specified│ │ │ │ │keyboard layout. │ ├─────────────────────────┼───────────────┼───────────────┼─────────────────────────┤ │ULS_MAXFILES │132100 │20404 │Too many files currently │ │ │ │ │open in the system. │ ├─────────────────────────┼───────────────┼───────────────┼─────────────────────────┤ │ULS_MAXFILESPERPROC │132099 │20403 │File descriptors are │ │ │ │ │currently open in the │ │ │ │ │calling process. │ ├─────────────────────────┼───────────────┼───────────────┼─────────────────────────┤ │ULS_NODEAD │132105 │20409 │The dead key value is not│ │ │ │ │valid. │ ├─────────────────────────┼───────────────┼───────────────┼─────────────────────────┤ │ULS_NOMATCH │132113 │20411 │No code element meets the│ │ │ │ │specified criteria. │ ├─────────────────────────┼───────────────┼───────────────┼─────────────────────────┤ │ULS_NOMEMORY │132109 │2040D │Insufficient memory to │ │ │ │ │create the requested │ │ │ │ │object. │ ├─────────────────────────┼───────────────┼───────────────┼─────────────────────────┤ │ULS_NOOP │132101 │20405 │Attempted to close a │ │ │ │ │resource that has already│ │ │ │ │been closed. │ ├─────────────────────────┼───────────────┼───────────────┼─────────────────────────┤ │ULS_NOSCAN │132106 │2040A │Bad scan code. │ ├─────────────────────────┼───────────────┼───────────────┼─────────────────────────┤ │ULS_NOTIMPLEMENTED │132108 │2040C │ │ ├─────────────────────────┼───────────────┼───────────────┼─────────────────────────┤ │ULS_NOTOKEN │132112 │20410 │No appropriate locale │ │ │ │ │token exists for this │ │ │ │ │locale string. │ ├─────────────────────────┼───────────────┼───────────────┼─────────────────────────┤ │ULS_OTHER │132097 │20401 │ │ ├─────────────────────────┼───────────────┼───────────────┼─────────────────────────┤ │ULS_RANGE │132115 │20413 │The conversion resulted │ │ │ │ │in an out-of-range │ │ │ │ │condition. │ ├─────────────────────────┼───────────────┼───────────────┼─────────────────────────┤ │ULS_SUCCESS │0 │0 │Successful completion. │ ├─────────────────────────┼───────────────┼───────────────┼─────────────────────────┤ │ULS_TOOMANYKBD │132102 │20406 │Too many keyboard handles│ │ │ │ │were created. │ ├─────────────────────────┼───────────────┼───────────────┼─────────────────────────┤ │ULS_UNSUPPORTED │132116 │20414 │A specified parameter │ │ │ │ │value is unsupported. │ ├─────────────────────────┼───────────────┼───────────────┼─────────────────────────┤ │ULS_VERSION │132118 │20416 │ │ └─────────────────────────┴───────────────┴───────────────┴─────────────────────────┘