helix-errors.cpp

来自「Amarok是一款在LINUX或其他类UNIX操作系统中运行的音频播放器软件。 」· C++ 代码 · 共 458 行 · 第 1/2 页

CPP
458
字号
/*************************************************************************** *   Copyright (C) 2005 Paul Cifarelli                                     * *                                                                         * *   This program is free software; you can redistribute it and/or modify  * *   it under the terms of the GNU General Public License as published by  * *   the Free Software Foundation; either version 2 of the License, or     * *   (at your option) any later version.                                   * *                                                                         * ***************************************************************************/#include <qdict.h>#include <config.h>#include <iostream>#include "debug.h"#include <klocale.h>#include <map>using namespace std;#include "helix-errors.h"struct HelixCoreErrors{   unsigned long code;   QString error_string;} helixErrors[500] ={  {0x80040004, i18n("Invalid Operation")},   {0x80040005, i18n("Invalid Version")},   {0x80040006, i18n("Invalid Revision")},   {0x80040007, i18n("Not Initialized")},   {0x80040008, i18n("Doc Missing")},   {0x80040009, i18n("Unexpected")},   {0x8004000c, i18n("Incomplete")},   {0x8004000d, i18n("Buffertoosmall")},   {0x8004000e, i18n("Unsupported Video")},   {0x8004000f, i18n("Unsupported Audio")},   {0x80040010, i18n("Invalid Bandwidth")},   {0x80040011, i18n("No Fileformat")},   {0x80040011, i18n("No Fileformat")},   {0x80040011, i18n("Missing Components")},   {0x00040012, i18n("Element Not Found")},   {0x00040013, i18n("Noclass")},   {0x00040014, i18n("Class Noaggregation")},   {0x80040015, i18n("Not Licensed")},   {0x80040016, i18n("No Filesystem")},   {0x80040017, i18n("Request Upgrade")},   {0x80040018, i18n("Check Rights")},   {0x80040019, i18n("Restore Server Denied")},   {0x8004001a, i18n("Debugger Detected")},   {0x8004005c, i18n("Restore Server Connect")},   {0x8004005d, i18n("Restore Server Timeout")},   {0x8004005e, i18n("Revoke Server Connect")},   {0x8004005f, i18n("Revoke Server Timeout")},   {0x800401cd, i18n("View Rights Nodrm")},   {0x800401d3, i18n("Vsrc Nodrm")},   {0x80040024, i18n("Wm Opl Not Supported")},   {0x8004001b, i18n("Restoration Complete")},   {0x8004001c, i18n("Backup Complete")},   {0x8004001d, i18n("Tlc Not Certified")},   {0x8004001e, i18n("Corrupted Backup File")},   {0x8004001f, i18n("Awaiting License")},   {0x80040020, i18n("Already Initialized")},   {0x80040021, i18n("Not Supported")},   {0x00040022, i18n("False")},   {0x00040023, i18n("Warning")},   {0x00040040, i18n("Buffering")},   {0x00040041, i18n("Paused")},   {0x00040042, i18n("No Data")},   {0x00040043, i18n("Stream Done")},   {0x80040043, i18n("Net Socket Invalid")},   {0x80040044, i18n("Net Connect")},   {0x80040045, i18n("Bind")},   {0x80040046, i18n("Socket Create")},   {0x80040047, i18n("Invalid Host")},   {0x80040048, i18n("Net Read")},   {0x80040049, i18n("Net Write")},   {0x8004004a, i18n("Net Udp")},   {0x8004004b, i18n("Retry")},   {0x8004004c, i18n("Server Timeout")},   {0x8004004d, i18n("Server Disconnected")},   {0x8004004e, i18n("Would Block")},   {0x8004004f, i18n("General Nonet")},   {0x80040050, i18n("Block Canceled")},   {0x80040051, i18n("Multicast Join")},   {0x80040052, i18n("General Multicast")},   {0x80040053, i18n("Multicast Udp")},   {0x80040054, i18n("At Interrupt")},   {0x80040055, i18n("Msg Toolarge")},   {0x80040056, i18n("Net Tcp")},   {0x80040057, i18n("Try Autoconfig")},   {0x80040058, i18n("Notenough Bandwidth")},   {0x80040059, i18n("Http Connect")},   {0x8004005a, i18n("Port In Use")},   {0x8004005b, i18n("Loadtest Not Supported")},   {0x00040060, i18n("Tcp Connect")},   {0x00040061, i18n("Tcp Reconnect")},   {0x80040062, i18n("Tcp Failed")},   {0x80040063, i18n("Authentication Socket Create Failure")},   {0x80040064, i18n("Authentication Tcp Connect Failure")},   {0x80040065, i18n("Authentication Tcp Connect Timeout")},   {0x80040066, i18n("Authentication Failure")},   {0x80040067, i18n("Authentication Required Parameter Missing")},   {0x80040068, i18n("Dns Resolve Failure")},   {0x00040068, i18n("Authentication Succeeded")},   {0x80040069, i18n("Pull Authentication Failed")},   {0x8004006a, i18n("Bind Error")},   {0x8004006b, i18n("Pull Ping Timeout")},   {0x8004006c, i18n("Authentication Tcp Failed")},   {0x8004006d, i18n("Unexpected Stream End")},   {0x8004006e, i18n("Authentication Read Timeout")},   {0x8004006f, i18n("Authentication Connection Failure")},   {0x80040070, i18n("Blocked")},   {0x80040071, i18n("Notenough Predecbuf")},   {0x80040072, i18n("End With Reason")},   {0x80040073, i18n("Socket Nobufs")},   {0x00040080, i18n("At End")},   {0x80040081, i18n("Invalid File")},   {0x80040082, i18n("Invalid Path")},   {0x80040083, i18n("Record")},   {0x80040084, i18n("Record Write")},   {0x80040085, i18n("Temporary File")},   {0x80040086, i18n("Already Open")},   {0x80040087, i18n("Seek Pending")},   {0x80040088, i18n("Cancelled")},   {0x80040089, i18n("File Not Found")},   {0x8004008a, i18n("Write Error")},   {0x8004008b, i18n("File Exists")},   {0x8004008c, i18n("File Not Open")},   {0x0004008d, i18n("Advise Prefer Linear")},   {0x8004008e, i18n("Parse Error")},   {0x0004008f, i18n("Advise Noasync Seek")},   {0x80040090, i18n("Header Parse Error")},   {0x80040091, i18n("Corrupt File")},   {0x800400c0, i18n("Bad Server")},   {0x800400c1, i18n("Advanced Server")},   {0x800400c2, i18n("Old Server")},   {0x000400c3, i18n("Redirection")},   {0x800400c4, i18n("Server Alert")},   {0x800400c5, i18n("Proxy")},   {0x800400c6, i18n("Proxy Response")},   {0x800400c7, i18n("Advanced Proxy")},   {0x800400c8, i18n("Old Proxy")},   {0x800400c9, i18n("Invalid Protocol")},   {0x800400ca, i18n("Invalid Url Option")},   {0x800400cb, i18n("Invalid Url Host")},   {0x800400cc, i18n("Invalid Url Path")},   {0x800400cd, i18n("Http Content Not Found")},   {0x800400ce, i18n("Not Authorized")},   {0x800400cf, i18n("Unexpected Msg")},   {0x800400d0, i18n("Bad Transport")},   {0x800400d1, i18n("No Session Id")},   {0x800400d2, i18n("Proxy Dnr")},   {0x800400d3, i18n("Proxy Net Connect")},   {0x800400d4, i18n("Aggregate Operation Not Allowed")},   {0x800400d5, i18n("Rights Expired")},   {0x800400d6, i18n("Not Modified")},   {0x800400d7, i18n("Forbidden")},   {0x80040100, i18n("Audio Driver Error")},   {0x80040101, i18n("Late Packet")},   {0x80040102, i18n("Overlapped Packet")},   {0x80040103, i18n("Outoforder Packet")},   {0x80040104, i18n("Noncontiguous Packet")},   {0x80040140, i18n("Open Not Processed")},   {0x80040141, i18n("Windraw Exception")},   {0x80040180, i18n("Expired")},   {0x80040fc0, i18n("Invalid Interleaver")},   {0x80040fc1, i18n("Bad Format")},   {0x80040fc2, i18n("Chunk Missing")},   {0x80040fc3, i18n("Invalid Stream")},   {0x80040fc4, i18n("Dnr")},   {0x80040fc5, i18n("Open Driver")},   {0x80040fc6, i18n("Upgrade")},   {0x80040fc7, i18n("Notification")},   {0x80040fc8, i18n("Not Notified")},   {0x80040fc9, i18n("Stopped")},   {0x80040fca, i18n("Closed")},   {0x80040fcb, i18n("Invalid Wav File")},   {0x80040fcc, i18n("No Seek")},   {0x80040200, i18n("Decode Inited")},   {0x80040201, i18n("Decode Not Found")},   {0x80040202, i18n("Decode Invalid")},   {0x80040203, i18n("Decode Type Mismatch")},   {0x80040204, i18n("Decode Init Failed")},   {0x80040205, i18n("Decode Not Inited")},   {0x80040206, i18n("Decode Decompress")},   {0x80040207, i18n("Obsolete Version")},   {0x00040208, i18n("Decode At End")},   {0x80040240, i18n("Encode File Too Small")},   {0x80040241, i18n("Encode Unknown File")},   {0x80040242, i18n("Encode Bad Channels")},   {0x80040243, i18n("Encode Bad Sampsize")},   {0x80040244, i18n("Encode Bad Samprate")},   {0x80040245, i18n("Encode Invalid")},   {0x80040246, i18n("Encode No Output File")},   {0x80040247, i18n("Encode No Input File")},   {0x80040248, i18n("Encode No Output Permissions")},   {0x80040249, i18n("Encode Bad Filetype")},   {0x8004024a, i18n("Encode Invalid Video")},   {0x8004024b, i18n("Encode Invalid Audio")},   {0x8004024c, i18n("Encode No Video Capture")},   {0x8004024d, i18n("Encode Invalid Video Capture")},   {0x8004024e, i18n("Encode No Audio Capture")},   {0x8004024f, i18n("Encode Invalid Audio Capture")},   {0x80040250, i18n("Encode Too Slow For Live")},   {0x80040251, i18n("Encode Engine Not Initialized")},   {0x80040252, i18n("Encode Codec Not Found")},   {0x80040253, i18n("Encode Codec Not Initialized")},   {0x80040254, i18n("Encode Invalid Input Dimensions")},   {0x80040255, i18n("Encode Message Ignored")},   {0x80040256, i18n("Encode No Settings")},   {0x80040257, i18n("Encode No Output Types")},   {0x80040258, i18n("Encode Improper State")},   {0x80040259, i18n("Encode Invalid Server")},   {0x8004025a, i18n("Encode Invalid Temp Path")},   {0x8004025b, i18n("Encode Merge Fail")},   {0x0004025c, i18n("Binary Data Not Found")},   {0x0004025d, i18n("Binary End Of Data")},   {0x8004025e, i18n("Binary Data Purged")},   {0x8004025f, i18n("Binary Full")},   {0x80040260, i18n("Binary Offset Past End")},   {0x80040261, i18n("Encode No Encoded Data")},   {0x80040262, i18n("Encode Invalid Dll")},   {0x80040263, i18n("Not Indexable")},   {0x80040264, i18n("Encode No Browser")},   {0x80040265, i18n("Encode No File To Server")},   {0x80040266, i18n("Encode Insufficient Disk Space")},   {0x00040267, i18n("Encode Sample Discarded")},   {0x80040268, i18n("Encode Rv10 Frame Too Large")},   {0x00040269, i18n("Not Handled")},

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?