AI錯誤一覽表
ERR2001: Missing opening parenthesis(錯誤碼2001:欠缺開括號)ERR2002: Missing keyword(錯誤碼2002:欠缺關鍵詞)
ERR2003: Invalid keyword(錯誤碼2003:無效關鍵詞)
ERR2004: Missing identifier(錯誤碼2004:欠缺識別字)
ERR2005: Invalid identifier(錯誤碼2005:無效識別字)
ERR2006: Missing file name(錯誤碼2006:欠缺檔案名稱)
ERR2007: Missing left-hand side (LHS) of the rule(錯誤碼2007:欠缺規則左側資料)
ERR2008: Missing arrow(錯誤碼2008:欠缺箭號)
ERR2009: Missing right-hand side (RHS) of the rule(錯誤碼2009:欠缺規則右側資料)
ERR2010: Missing closing quote(錯誤碼2010:欠缺關引號)
ERR2011: Missing closing parenthesis(錯誤碼2011:欠缺關括號)
ERR2012: Constant already defined(錯誤碼2012:常數已定義)
ERR2013: Unexpected end-of-file(錯誤碼2013:不正常檔案終結)
ERR3001: Invalid preprocessor directive(錯誤碼3001:無效解碼器指令)
解碼器指令(條件性讀取指令)不是以下的其中一條:
#load-if-defined
#load-if-not-defined
#else
#end-if
ERR3002: Missing preprocessor symbol(錯誤碼3002:失去解碼器符號)
解碼器指令(條件性讀取指令)之後沒有解碼器符號(系統定義符號)。
ERR3003: Preprocessor nesting too deep(錯誤碼3003:解碼器嵌套過深)
解碼器指令(條件性讀取指令)的嵌套超過 50 層。
ERR3004: Unexpected #else(錯誤碼3004:不正常「#else」)
缺乏「#load-if-defined」或「#load-if-not-defined」指令的「#else」指令。
ERR3005: Unexpected #end-if(錯誤碼3005:不正常「#end-if」)
缺乏「#load-if-defined」或「#load-if-not-defined」指令的「#end-if」指令。
ERR3006: Missing #end-if(錯誤碼3006:失去「#end-if」)
檔案完結前有未完結的「#load-if-defined」或「#load-if-not-defined」指令。
ERR5001: File open failed(錯誤碼5001:開啟檔案失敗)
ERR5002: File read failed(錯誤碼5002:讀取檔案失敗)
ERR6001: List full(錯誤碼6001:列表滿溢)
ERR6002: Rule too long(錯誤碼6002:規則滿溢)
ERR6003: String table full(錯誤碼6003:字串表滿溢)
ERR8001: No rules(錯誤碼8001:沒有規則)
ERR9000: Undocumented error(錯誤碼9000:未歸檔錯誤)
ERR9001: Unexpected error(錯誤碼9001:不正常錯誤)
页:
[1]