1 1.1 elric # 2 1.1 elric # Error messages for the wind library 3 1.1 elric # 4 1.1 elric # This might look like a com_err file, but is not 5 1.1 elric # 6 1.1.1.2 elric id "Id" 7 1.1 elric 8 1.1 elric error_table wind 9 1.1 elric 10 1.1 elric prefix WIND_ERR 11 1.1 elric error_code NONE, "No error" 12 1.1 elric error_code NO_PROFILE, "No such profile" 13 1.1 elric error_code OVERRUN, "Buffer overrun" 14 1.1 elric error_code UNDERUN, "Buffer underrun" 15 1.1 elric error_code LENGTH_NOT_MOD2, "Length not mod2" 16 1.1 elric error_code LENGTH_NOT_MOD4, "Length not mod4" 17 1.1 elric error_code INVALID_UTF8, "Invalid UTF-8 combination in string" 18 1.1 elric error_code INVALID_UTF16, "Invalid UTF-16 combination in string" 19 1.1 elric error_code INVALID_UTF32, "Invalid UTF-32 combination in string" 20 1.1 elric error_code NO_BOM, "No byte order mark (BOM) in string" 21 1.1 elric error_code NOT_UTF16, "Code can't be represented as UTF-16" 22 1.1 elric 23 1.1 elric end 24