Angular--所有錯誤錦集
阿新 • • 發佈:2019-01-07
code | 型別 | 英文描述 | 中文描述 |
---|---|---|---|
1002 | 錯誤 | Unterminated string literal. | 未終止的字串文字。 |
1003 | 錯誤 | Identifier expected. | 應為識別符號。 |
1005 | 錯誤 | ‘{0}’ expected. | 應為“{0}”。 |
1006 | 錯誤 | A file cannot have a reference to itself. | 檔案不能引用自身。 |
1009 | 錯誤 | Trailing comma not allowed. | 不允許使用尾隨逗號。 |
1010 | 錯誤 | ‘*/’ expected. | 應為 “*/”。 |
1012 | 錯誤 | Unexpected token. | 意外的標記。 |
1014 | 錯誤 | A rest parameter must be last in a parameter list. | rest 引數必須是引數列表中的最後一個引數。 |
1015 | 錯誤 | Parameter cannot have question mark and initializer. | 引數不能包含問號和初始化表示式。 |
1016 | 錯誤 | A required parameter cannot follow an optional parameter. | 必選引數不能位於可選引數後。 |
1017 | 錯誤 | An index signature cannot have a rest parameter. | 索引簽名不能包含 rest 引數。 |
1018 | 錯誤 | An index signature parameter cannot have an accessibility modifier. | 索引簽名引數不能具有可訪問性修飾符。 |
1019 | 錯誤 | An index signature parameter cannot have a question mark. | 索引簽名引數不能包含問號。 |
1020 | 錯誤 | An index signature parameter cannot have an initializer. | 索引簽名引數不能具有初始化表示式。 |
1021 | 錯誤 | An index signature must have a type annotation. | 索引簽名必須具有型別批註。 |
1022 | 錯誤 | An index signature parameter must have a type annotation. | 索引簽名引數必須具有型別批註。 |
1023 | 錯誤 | An index signature parameter type must be ‘string’ or ‘number’. | 索引簽名引數型別必須為 “string” 或 “number”。 |
1024 | 錯誤 | ‘readonly’ modifier can only appear on a property declaration or index signature. | |
1028 | 錯誤 | Accessibility modifier already seen. | 已看到可訪問性修飾符。 |
1029 | 錯誤 | ‘{0}’ modifier must precede ‘{1}’ modifier. | “{0}”修飾符必須位於“{1}”修飾符之前。 |
1030 | 錯誤 | ‘{0}’ modifier already seen. | 已看到“{0}”修飾符。 |
1031 | 錯誤 | ‘{0}’ modifier cannot appear on a class element. | “{0}”修飾符不能出現在類元素上。 |
1034 | 錯誤 | ‘super’ must be followed by an argument list or member access. | “super” 的後面必須是引數列表或成員訪問。 |
1035 | 錯誤 | Only ambient modules can use quoted names. | 僅環境模組可使用帶引號的名稱。 |
1036 | 錯誤 | Statements are not allowed in ambient contexts. | 不允許在環境上下文中使用語句。 |
1038 | 錯誤 | A ‘declare’ modifier cannot be used in an already ambient context. | 不能在已有的環境上下文中使用 “declare” 修飾符。 |
1039 | 錯誤 | Initializers are not allowed in ambient contexts. | 不允許在環境上下文中使用初始化表示式。 |
1040 | 錯誤 | ‘{0}’ modifier cannot be used in an ambient context. | “{0}”修飾符不能在環境上下文中使用。 |
1041 | 錯誤 | ‘{0}’ modifier cannot be used with a class declaration. | “{0}”修飾符不能與類宣告一起使用。 |
1042 | 錯誤 | ‘{0}’ modifier cannot be used here. | “{0}”修飾符不能在此處使用。 |
1043 | 錯誤 | ‘{0}’ modifier cannot appear on a data property. | “{0}”修飾符不能出現在資料屬性上。 |
1044 | 錯誤 | ‘{0}’ modifier cannot appear on a module or namespace element. | “{0}”修飾符不能出現在模組元素上。 |
1045 | 錯誤 | A ‘{0}’ modifier cannot be used with an interface declaration. | “{0}”修飾符不能與介面宣告一起使用。 |
1046 | 錯誤 | A ‘declare’ modifier is required for a top level declaration in a .d.ts file. | 在 .d.ts 檔案中的頂層宣告需要 “declare” 修飾符。 |
1047 | 錯誤 | A rest parameter cannot be optional. rest | 引數不能為可選引數。 |
1048 | 錯誤 | A rest parameter cannot have an initializer. | rest 引數不能具有初始化表示式。 |
1049 | 錯誤 | A ‘set’ accessor must have exactly one parameter. | “set” 訪問器必須正好具有一個引數。 |
1051 | 錯誤 | A ‘set’ accessor cannot have an optional parameter. | “set” 訪問器不能具有可選引數。 |
1052 | 錯誤 | A ‘set’ accessor parameter cannot have an initializer. | “set” 訪問器引數不能包含初始化表示式。 |
1053 | 錯誤 | A ‘set’ accessor cannot have rest parameter. | “set” 訪問器不能具有 rest 引數。 |
1054 | 錯誤 | A ‘get’ accessor cannot have parameters. | “get” 訪問器不能具有引數。 |
1055 | 錯誤 | Type ‘{0}’ is not a valid async function return type in ES5/ES3 because it does not refer to a Promise-compatible constructor value. | 型別“{0}”不是有效的非同步函式返回型別。 |
1056 | 錯誤 | Accessors are only available when targeting ECMAScript 5 and higher. | 訪問器僅在面向 ECMAScript |
1057 | 錯誤 | An async function or method must have a valid awaitable return type. | 非同步函式或方法必須具有有效的可等待返回型別。 |
1058 | 錯誤 | Operand for ‘await’ does not have a valid callable ‘then’ member. | “await” 的運算元不具有有效的可呼叫 “then” 成員。 |
1059 | 錯誤 | Return expression in async function does not have a valid callable ‘then’ member. | 非同步函式中的返回表示式不具有有效的可呼叫 “then” 成員。 |
1060 | 錯誤 | Expression body for async arrow function does not have a valid callable ‘then’ member. | 非同步箭頭函式的表示式主體不具有有效的可呼叫 “then” 成員。 |
1061 | 錯誤 | Enum member must have initializer. | 列舉成員必須具有初始化表示式。 |
1062 | 錯誤 | {0} is referenced directly or indirectly in the fulfillment callback of its own ‘then’ method. | {0} 在其自身的 “then” 方法的 fulfillment 回撥中得到直接或間接引用。 |
1063 | 錯誤 | An export assignment cannot be used in a namespace. | 不能在名稱空間中使用匯出分配。 |
1064 | 錯誤 | The return type of an async function or method must be the global Promise type. | The return type of an async function or method must be the global Promise type. |
1066 | 錯誤 | In ambient enum declarations member initializer must be constant expression. | 在環境列舉宣告中,成員初始化表示式必須是常數表示式。 |
1068 | 錯誤 | Unexpected token. A constructor, method, accessor, or property was expected. | 意外的標記。應為建構函式、方法、訪問器或屬性。 |
1070 | 錯誤 | ‘{0}’ modifier cannot appear on a type member. | |
1071 | 錯誤 | ‘{0}’ modifier cannot appear on an index signature. | |
1079 | 錯誤 | A ‘{0}’ modifier cannot be used with an import declaration. | “{0}”修飾符不能與匯入宣告一起使用。 |
1084 | 錯誤 | Invalid ‘reference’ directive syntax. | “reference” 指令語法無效。 |
1085 | 錯誤 | Octal literals are not available when targeting ECMAScript 5 and higher. Use the syntax ‘{0}’. | 面向 ECMAScript 5 和更高版本時,八進位制文字不可用。 |
1086 | 錯誤 | An accessor cannot be declared in an ambient context. | 不能在環境上下文中宣告訪問器。 |
1089 | 錯誤 | ‘{0}’ modifier cannot appear on a constructor declaration. | “{0}”修飾符不能出現在建構函式宣告中。 |
1090 | 錯誤 | ‘{0}’ modifier cannot appear on a parameter. | “{0}”修飾符不能出現在引數中。 |
1091 | 錯誤 | Only a single variable declaration is allowed in a ‘for…in’ statement. | “for…in” 語句中只允許單個變數宣告。 |
1092 | 錯誤 | Type parameters cannot appear on a constructor declaration. | 型別引數不能出現在建構函式宣告中。 |
1093 | 錯誤 | Type annotation cannot appear on a constructor declaration. | 型別批註不能出現在建構函式宣告中。 |
1094 | 錯誤 | An accessor cannot have type parameters. | 訪問器不能具有型別引數。 |
1095 | 錯誤 | A ‘set’ accessor cannot have a return type annotation. | “set” 訪問器不能具有返回型別批註。 |
1096 | 錯誤 | An index signature must have exactly one parameter. | 索引簽名必須正好具有一個引數。 |
1097 | 錯誤 | ‘{0}’ list cannot be empty. | “{0}”列表不能為空。 |
1098 | 錯誤 | Type parameter list cannot be empty. | 型別引數列表不能為空。 |
1099 | 錯誤 | Type argument list cannot be empty. | 型別引數列表不能為空。 |
1100 | 錯誤 | Invalid use of ‘{0}’ in strict mode. | 嚴格模式下“{0}”的使用無效。 |
1101 | 錯誤 | ‘with’ statements are not allowed in strict mode. | 嚴格模式下不允許使用 “with” 語句。 |
1102 | 錯誤 | ‘delete’ cannot be called on an identifier in strict mode. | 在嚴格模式下,無法對識別符號呼叫 “delete”。 |
1104 | 錯誤 | A ‘continue’ statement can only be used within an enclosing iteration statement. | “continue” 語句只能在封閉迭代語句內使用。 |
1105 | 錯誤 | A ‘break’ statement can only be used within an enclosing iteration or switch statement. | “break” 語句只能在封閉迭代或 switch 語句內使用。 |
1107 | 錯誤 | Jump target cannot cross function boundary. | 跳轉目標不能跨越函式邊界。 |
1108 | 錯誤 | A ‘return’ statement can only be used within a function body. | “return” 語句只能在函式體中使用。 |
1109 | 錯誤 | Expression expected. | 應為表示式。 |
1110 | 錯誤 | Type expected. | 應為型別。 |
1113 | 錯誤 | A ‘default’ clause cannot appear more than once in a ‘switch’ statement. | “default” 子句在 “switch” 語句中只能出現一次。 |
1114 | 錯誤 | Duplicate label ‘{0}’ | 標籤“{0}”重複 |
1115 | 錯誤 | A ‘continue’ statement can only jump to a label of an enclosing iteration statement. | “continue” 語句只能跳轉到封閉迭代語句的標籤。 |
1116 | 錯誤 | A ‘break’ statement can only jump to a label of an enclosing statement. | “break” 語句只能跳轉到封閉語句的標籤。 |
1117 | 錯誤 | An object literal cannot have multiple properties with the same name in strict mode. | 嚴格模式下,物件文字不能包含多個具有相同名稱的屬性。 |
1118 | 錯誤 | An object literal cannot have multiple get/set accessors with the same name. | 物件文字不能具有多個具有相同名稱的 get/set 訪問器。 |
1119 | 錯誤 | An object literal cannot have property and accessor with the same name. | 物件文字不能包含具有相同名稱的屬性和訪問器。 |
1120 | 錯誤 | An export assignment cannot have modifiers. | 匯出分配不能具有修飾符。 |
1121 | 錯誤 | Octal literals are not allowed in strict mode. | 嚴格模式下不允許使用八進位制文字。 |
1122 | 錯誤 | A tuple type element list cannot be empty. | 元組型別元素列表不能為空。 |
1123 | 錯誤 | Variable declaration list cannot be empty. | 變數宣告列表不能為空。 |
1124 | 錯誤 | Digit expected. | 應為數字。 |
1125 | 錯誤 | Hexadecimal digit expected. | 應為十六進位制數字。 |
1126 | 錯誤 | Unexpected end of text. | 文字意外結束。 |
1127 | 錯誤 | Invalid character. | 無效的字元。 |
1128 | 錯誤 | Declaration or statement expected. | 應為宣告或語句。 |
1129 | 錯誤 | Statement expected. | 應為語句。 |
1130 | 錯誤 | ‘case’ or ‘default’ expected. | 應為 “case” 或 “default”。 |
1131 | 錯誤 | Property or signature expected. | 應為屬性或簽名。 |
1132 | 錯誤 | Enum member expected. | 應為列舉成員。 |
1134 | 錯誤 | Variable declaration expected. | 應為變數宣告。 |
1135 | 錯誤 | Argument expression expected. | 應為引數表示式。 |
1136 | 錯誤 | Property assignment expected. | 應為屬性分配。 |
1137 | 錯誤 | Expression or comma expected. | 應為表示式或逗號。 |
1138 | 錯誤 | Parameter declaration expected. | 應為引數宣告。 |
1139 | 錯誤 | Type parameter declaration expected. | 應為型別引數宣告。 |
1140 | 錯誤 | Type argument expected. | 應為型別引數。 |
1141 | 錯誤 | String literal expected. | 應為字串文字。 |
1142 | 錯誤 | Line break not permitted here. | 不允許在此處換行。 |
1144 | 錯誤 | ‘{’ or ‘;’ expected. | 應為 “{” 或 “;”。 |
1146 | 錯誤 | Declaration expected. | 應為宣告。 |
1147 | 錯誤 | Import declarations in a namespace cannot reference a module. | 名稱空間中的匯入宣告不能引用模組。 |
1148 | 錯誤 | Cannot use imports, exports, or module augmentations when ‘–module’ is ‘none’. Cannot compile modules unless the ‘ | –module’ flag is provided with a valid module type. Consider setting the ‘module’ compiler option in a ‘tsconfig.json’ file. |
1149 | 錯誤 | File name ‘{0}’ differs from already included file name ‘{1}’ only in casing | 檔名“{0}”僅在大小寫方面與包含的檔名“{1}”不同 |
1150 | 錯誤 | ‘new T[]’ cannot be used to create an array. Use ‘new Array ()’ instead. | “new T[]” 不能用於建立陣列。請改用 “new Array ()”。 |
1155 | 錯誤 | ‘const’ declarations must be initialized | 必須初始化 “const” 宣告 |
1156 | 錯誤 | ‘const’ declarations can only be declared inside a block. | “const” 宣告只能在塊的內部宣告。 |
1157 | 錯誤 | ‘let’ declarations can only be declared inside a block. | “let” 宣告只能在塊的內部宣告。 |
1160 | 錯誤 | Unterminated template literal. | 未終止的模板文字。 |
1161 | 錯誤 | Unterminated regular expression literal. | 未終止的正則表示式文字。 |
1162 | 錯誤 | An object member cannot be declared optional. | 物件成員無法宣告為可選。 |
1163 | 錯誤 | A ‘yield’ expression is only allowed in a generator body. | 只允許在生成器正文中使用 “yield” 表示式。 |
1164 | 錯誤 | Computed property names are not allowed in enums. | 列舉中不允許計算屬性名。 |
1165 | 錯誤 | A computed property name in an ambient context must directly refer to a built-in symbol. | 環境上下文中的計算屬性名必須直接引用內建符號。 |
1166 | 錯誤 | A computed property name in a class property declaration must directly refer to a built-in symbol. | 類屬性宣告中的計算屬性名必須直接引用內建符號。 |
1168 | 錯誤 | A computed property name in a method overload must directly refer to a built-in symbol. | 方法過載中的計算屬性名必須直接引用內建符號。 |
1169 | 錯誤 | A computed property name in an interface must directly refer to a built-in symbol. | 介面中的計算屬性名必須直接引用內建符號。 |
1170 | 錯誤 | A computed property name in a type literal must directly refer to a built-in symbol. | 型別文字中的計算屬性名必須直接引用內建符號。 |
1171 | 錯誤 | A comma expression is not allowed in a computed property name. | 計算屬性名中不允許逗號表示式。 |
1172 | 錯誤 | ‘extends’ clause already seen. | 已看到 “extends” 子句。 |
1173 | 錯誤 | ‘extends’ clause must precede ‘implements’ clause. | “extends” 子句必須位於 “implements” 子句之前。 |
1174 | 錯誤 | Classes can only extend a single class. | 類只能擴充套件一個類。 |
1175 | 錯誤 | ‘implements’ clause already seen. | 已看到 “implements” 子句。 |
1176 | 錯誤 | Interface declaration cannot have ‘implements’ clause. | 介面宣告不能有 “implements” 子句。 |
1177 | 錯誤 | Binary digit expected. | 需要二進位制數字。 |
1178 | 錯誤 | Octal digit expected. | 需要八進位制數字。 |
1179 | 錯誤 | Unexpected token. ‘{’ expected. | 意外標記。應為 “{“。 |
1180 | 錯誤 | Property destructuring pattern expected. | 應為屬性析構模式。 |
1181 | 錯誤 | Array element destructuring pattern expected. | 應為陣列元素析構模式。 |
1182 | 錯誤 | A destructuring declaration must have an initializer. | 析構宣告必須具有初始化表示式。 |
1183 | 錯誤 | An implementation cannot be declared in ambient contexts. | 不能在環境上下文中宣告實現。 |
1184 | 錯誤 | Modifiers cannot appear here. | 修飾符不能出現在此處。 |
1185 | 錯誤 | Merge conflict marker encountered. | 遇到合併衝突標記。 |
1186 | 錯誤 | A rest element cannot have an initializer. | rest 元素不能具有初始化表示式。 |
1187 | 錯誤 | A parameter property may not be declared using a binding pattern. | 引數屬性不能為繫結模式。 |
1188 | 錯誤 | Only a single variable declaration is allowed in a ‘for…of’ statement. | “for…of” 語句中只允許單個變數宣告。 |
1189 | 錯誤 | The variable declaration of a ‘for…in’ statement cannot have an initializer. | “for…in” 語句的變數宣告不能有初始化表示式。 |
1190 | 錯誤 | The variable declaration of a ‘for…of’ statement cannot have an initializer. | “for…of” 語句的變數宣告不能有初始化表示式。 |
1191 | 錯誤 | An import declaration cannot have modifiers. | 匯入宣告不能有修飾符。 |
1192 | 錯誤 | Module ‘{0}’ has no default export. | 模組“{0}”沒有預設匯出。 |
1193 | 錯誤 | An export declaration cannot have modifiers. | 匯出宣告不能有修飾符。 |
1194 | 錯誤 | Export declarations are not permitted in a namespace. | 名稱空間中不允許有匯出宣告。 |
1196 | 錯誤 | Catch clause variable cannot have a type annotation. Catch | 子句變數不能有型別批註。 |
1197 | 錯誤 | Catch clause variable cannot have an initializer. | Catch 子句變數不能有初始化表示式。 |
1198 | 錯誤 | An extended Unicode escape value must be between 0x0 and 0x10FFFF inclusive. | 擴充套件的 Unicode 轉義值必須介於(含) 0x0 和 0x10FFFF 之間。 |
1199 | 錯誤 | Unterminated Unicode escape sequence. | 未終止的 Unicode 轉義序列。 |
1200 | 錯誤 | Line terminator not permitted before arrow. | 箭頭前不允許有行終止符。 |
1202 | 錯誤 | Import assignment cannot be used when targeting ECMAScript 2015 modules. Consider using ‘import * as ns from “mod”’, ‘import {a} from “mod”’, ‘import d from “mod”’, or another module format instead. | 當面向 ECMAScript 6 模組時,不能使用匯入分配。請考慮改用 “import * as ns from “mod”” 、”import {a} from “mod”” 或 “import d from “mod”” 或其他模組格式。 |
1203 | 錯誤 | Export assignment cannot be used when targeting ECMAScript 2015 modules. Consider using ‘export default’ or another module format instead. | 當面向 ECMAScript 6 模組時,不能使用匯出分配。請考慮改用“匯出預設”或其他模組格式。 |
1206 | 錯誤 | Decorators are not valid here. | 修飾器在此處無效。 |
1207 | 錯誤 | Decorators cannot be applied to multiple get/set accessors of the same name. | 不能向多個同名的 get/set 訪問器應用修飾器。 |
1208 | 錯誤 | Cannot compile namespaces when the ‘–isolatedModules’ flag is provided. | 提供 “–isolatedModules” 標誌時無法編譯名稱空間。 |
1209 | 錯誤 | Ambient const enums are not allowed when the ‘–isolatedModules’ flag is provided. | 提供 “–isolatedModules” 標誌的情況下不允許使用環境常數列舉。 |
1210 | 錯誤 | Invalid use of ‘{0}’. Class definitions are automatically in strict mode. | “{0}”的使用無效。類定義自動處於嚴格模式。 |
1211 | 錯誤 | A class declaration without the ‘default’ modifier must have a name | 不帶 “default” 修飾符的類宣告必須具有名稱 |
1212 | 錯誤 | Identifier expected. ‘{0}’ is a reserved word in strict mode | 應為識別符號。“{0}”在嚴格模式下是保留字 |
1213 | 錯誤 | Identifier expected. ‘{0}’ is a reserved word in strict mode. Class definitions are automatically in strict mode. | 應為識別符號。“{0}”在嚴格模式下是保留字。類定義自動處於嚴格模式。 |
1214 | 錯誤 | Identifier expected. ‘{0}’ is a reserved word in strict mode. Modules are automatically in strict mode. | 應為識別符號。“{0}”是嚴格模式下的保留字。模組自動處於嚴格模式。 |
1215 | 錯誤 | Invalid use of ‘{0}’. Modules are automatically in strict mode. | “{0}”的使用無效。模組自動處於嚴格模式。 |
1218 | 錯誤 | Export assignment is not supported when ‘–module’ flag is ‘system’. | 當 “–module” 標誌是 “system” 時不支援匯出分配。 |
1219 | 錯誤 | Experimental support for decorators is a feature that is subject to change in a future release. Set the ‘experimentalDecorators’ option to remove this warning. | Experimental support for decorators is a feature that is subject to change in a future release. Set the ‘experimentalDecorators’ option to remove this warning. |
1220 | 錯誤 | Generators are only available when targeting ECMAScript 2015 or higher. | 僅當面向 ECMAScript 6 或更高版本時,生成器才可用。 |
1221 | 錯誤 | Generators are not allowed in an ambient context. | 不允許在環境上下文中使用生成器。 |
1222 | 錯誤 | An overload signature cannot be declared as a generator. | 過載簽名無法宣告為生成器。 |
1223 | 錯誤 | ‘{0}’ tag already specified. | 已指定“{0}”標記。 |
1224 | 錯誤 | Signature ‘{0}’ must have a type predicate. | 簽名“{0}”必須具有型別謂詞。 |
1225 | 錯誤 | Cannot find parameter ‘{0}’. | 找不到引數“{0}”。 |
1226 | 錯誤 | Type predicate ‘{0}’ is not assignable to ‘{1}’. | 型別謂詞“{0}”不可分配給“{1}”。 |
1227 | 錯誤 | Parameter ‘{0}’ is not in the same position as parameter ‘{1}’. | 引數“{0}”和引數“{1}”的位置不一樣。 |
1228 | 錯誤 | A type predicate is only allowed in return type position for functions and methods. | 只允許在函式和方法的返回型別位置使用型別謂詞。 |
1229 | 錯誤 | A type predicate cannot reference a rest parameter. | 型別謂詞無法引用 rest 引數。 |
1230 | 錯誤 | A type predicate cannot reference element ‘{0}’ in a binding pattern. | 型別謂詞無法在繫結模式中引用元素“{0}”。 |
1231 | 錯誤 | An export assignment can only be used in a module. | 匯出分配只能在模組中使用。 |
1232 | 錯誤 | An import declaration can only be used in a namespace or module. | 匯入宣告只能在名稱空間或模組中使用。 |
1233 | 錯誤 | An export declaration can only be used in a module. | 匯出宣告只能在模組中使用。 |
1234 | 錯誤 | An ambient module declaration is only allowed at the top level in a file. | 只允許在檔案的頂層中使用環境模組宣告。 |
1235 | 錯誤 | A namespace declaration is only allowed in a namespace or module. | 只允許在名稱空間或模組中使用名稱空間宣告。 |
1236 | 錯誤 | The return type of a property decorator function must be either ‘void’ or ‘any’. | 屬性修飾器函式的返回型別必須為 “void” 或 “any”。 |
1237 | 錯誤 | The return type of a parameter decorator function must be either ‘void’ or ‘any’. | 引數修飾器函式的返回型別必須為 “void” 或 “any”。 |
1238 | 錯誤 | Unable to resolve signature of class decorator when called as an expression. | 作為表示式呼叫時,無法解析類修飾器的簽名。 |
1239 | 錯誤 | Unable to resolve signature of parameter decorator when called as an expression. | 作為表示式呼叫時,無法解析引數修飾器的簽名。 |
1240 | 錯誤 | Unable to resolve signature of property decorator when called as an expression. | 作為表示式呼叫時,無法解析屬性修飾器的簽名。 |
1241 | 錯誤 | Unable to resolve signature of method decorator when called as an expression. | 作為表示式呼叫時,無法解析方法修飾器的簽名。 |
1242 | 錯誤 | ‘abstract’ modifier can only appear on a class, method, or property declaration. | “abstract” 修飾符只能出現在類宣告或方法宣告中。 |
1243 | 錯誤 | ‘{0}’ modifier cannot be used with ‘{1}’ modifier. | “{0}”修飾符不能與“{1}”修飾符一起使用。 |
1244 | 錯誤 | Abstract methods can only appear within an abstract class. | 抽象方法只能出現在抽象類中。 |
1245 | 錯誤 | Method ‘{0}’ cannot have an implementation because it is marked abstract. | 方法“{0}”不能具有實現,因為它標記為抽象。 |
1246 | 錯誤 | An interface property cannot have an initializer. | 介面函式不能具有初始化表示式。 |
1247 | 錯誤 | A type literal property cannot have an initializer. | 型別文字資料不可具有初始化表示式。 |
1248 | 錯誤 | A class member cannot have the ‘{0}’ keyword. | A class member cannot have the ‘{0}’ keyword. |
1249 | 錯誤 | A decorator can only decorate a method implementation, not an overload. | A decorator can only decorate a method implementation, not an overload. |
1250 | 錯誤 | Function declarations are not allowed inside blocks in strict mode when targeting ‘ES3’ or ‘ES5’. | |
1251 | 錯誤 | Function declarations are not allowed inside blocks in strict mode when targeting ‘ES3’ or ‘ES5’. | Class definitions are automatically in strict mode. |
1252 | 錯誤 | Function declarations are not allowed inside blocks in strict mode when targeting ‘ES3’ or ‘ES5’. | Modules are automatically in strict mode. |
1253 | 錯誤 | ‘{0}’ tag cannot be used independently as a top level JSDoc tag. | |
1254 | 錯誤 | A ‘const’ initializer in an ambient context must be a string or numeric literal. | |
1300 | 錯誤 | ‘with’ statements are not allowed in an async function block. | 不允許在非同步函式塊中使用 “with” 語句。 |
1308 | 錯誤 | ‘await’ expression is only allowed within an async function. | 只允許在非同步函式中使用 “await” 表示式。 |
1312 | 錯誤 | ‘=’ can only be used in an object literal property inside a destructuring assignment. | “=” 只可在重構賦值內部的物件文字屬性中使用。 |
1313 | 錯誤 | The body of an ‘if’ statement cannot be the empty statement. | “if” 語句的正文不能為空語句。 |
1314 | 錯誤 | Global module exports may only appear in module files. | |
1315 | 錯誤 | Global module exports may only appear in declaration files. | |
1316 | 錯誤 | Global module exports may only appear at top level. | |
1317 | 錯誤 | A parameter property cannot be declared using a rest parameter. | |
1318 | 錯誤 | An abstract accessor cannot have an implementation. | |
1319 | 錯誤 | A default export can only be used in an ECMAScript-style module. | |
2300 | 錯誤 | Duplicate identifier ‘{0}’. | 識別符號“{0}”重複。 |
2301 | 錯誤 | Initializer of instance member variable ‘{0}’ cannot reference identifier ‘{1}’ declared in the constructor. | 例項成員變數“{0}”的初始化表示式不能引用建構函式中宣告的識別符號“{1}”。 |
2302 | 錯誤 | Static members cannot reference class type parameters. | 靜態成員不能引用類型別引數。 |
2303 | 錯誤 | Circular definition of import alias ‘{0}’. | 匯入別名“{0}”的迴圈定義。 |
2304 | 錯誤 | Cannot find name ‘{0}’. | 找不到名稱“{0}”。 |
2305 | 錯誤 | Module ‘{0}’ has no exported member ‘{1}’. | 模組“{0}”沒有匯出的成員“{1}”。 |
2306 | 錯誤 | File ‘{0}’ is not a module. | 檔案“{0}”不是模組。 |
2307 | 錯誤 | Cannot find module ‘{0}’. | 找不到模組“{0}”。 |
2308 | 錯誤 | Module {0} has already exported a member named ‘{1}’. Consider explicitly re-exporting to resolve the ambiguity. | 模組 {0} 已匯出一個名為“{1}”的成員。請考慮重新顯式匯出以解決歧義。 |
2309 | 錯誤 | An export assignment cannot be used in a module with other exported elements. | 不能在具有其他匯出元素的模組中使用匯出分配。 |
2310 | 錯誤 | Type ‘{0}’ recursively references itself as a base type. | 型別“{0}”以遞迴方式將自身引用為基類。 |
2311 | 錯誤 | A class may only extend another class. | 類只能擴充套件其他類。 |
2312 | 錯誤 | An interface may only extend a class or another interface. | 介面只能擴充套件類或其他介面。 |
2313 | 錯誤 | Type parameter ‘{0}’ has a circular constraint. | Type parameter ‘{0}’ has a circular constraint. |
2314 | 錯誤 | Generic type ‘{0}’ requires {1} type argument(s). | 泛型型別“{0}”需要 {1} 個型別引數。 |
2315 | 錯誤 | Type ‘{0}’ is not generic. | 型別“{0}”不是泛型型別。 |
2316 | 錯誤 | Global type ‘{0}’ must be a class or interface type. | 全域性型別“{0}”必須為類或介面型別。 |
2317 | 錯誤 | Global type ‘{0}’ must have {1} type parameter(s). | 全域性型別“{0}”必須具有 {1} 個型別引數。 |
2318 | 錯誤 | Cannot find global type ‘{0}’. | 找不到全域性型別“{0}”。 |
2319 | 錯誤 | Named property ‘{0}’ of types ‘{1}’ and ‘{2}’ are not identical. | “{1}”和“{2}”型別的命名屬性“{0}”不完全相同。 |
2320 | 錯誤 | Interface ‘{0}’ cannot simultaneously extend types ‘{1}’ and ‘{2}’. | 介面“{0}”不能同時擴充套件型別“{1}”和“{2}”。 |
2321 | 錯誤 | Excessive stack depth comparing types ‘{0}’ and ‘{1}’. | 與型別“{0}”和“{1}”相比,堆疊深度過高。 |
2322 | 錯誤 | Type ‘{0}’ is not assignable to type ‘{1}’. | 不能將型別“{0}”分配給型別“{1}”。 |
2323 | 錯誤 | Cannot redeclare exported variable ‘{0}’. | 無法重新宣告匯出的變數“{0}”。 |
2324 | 錯誤 | Property ‘{0}’ is missing in type ‘{1}’. | 型別“{1}”中缺少屬性“{0}”。 |
2325 | 錯誤 | Property ‘{0}’ is private in type ‘{1}’ but not in type ‘{2}’. | 屬性“{0}”在型別“{1}”中是私有屬性,但在型別“{2}”中不是。 |
2326 | 錯誤 | Types of property ‘{0}’ are incompatible. | 屬性“{0}”的型別不相容。 |
2327 | 錯誤 | Property ‘{0}’ is optional in type ‘{1}’ but required in type ‘{2}’. | 屬性“{0}”在型別“{1}”中為可選,但在型別“{2}”中為必選。 |
2328 | 錯誤 | Types of parameters ‘{0}’ and ‘{1}’ are incompatible. | 引數“{0}”和“{1}” 的型別不相容。 |
2329 | 錯誤 | Index signature is missing in type ‘{0}’. | 型別“{0}”中缺少索引簽名。 |
2330 | 錯誤 | Index signatures are incompatible. | 索引簽名不相容。 |
2331 | 錯誤 | ‘this’ cannot be referenced in a module or namespace body. | 不能在模組或名稱空間體中引用 “this”。 |
2332 | 錯誤 | ‘this’ cannot be referenced in current location. | 不能在當前位置引用 “this”。 |
2333 | 錯誤 | ‘this’ cannot be referenced in constructor arguments. | 不能在建構函式引數中引用 “this”。 |
2334 | 錯誤 | ‘this’ cannot be referenced in a static property initializer. | 不能在靜態屬性初始化表示式中引用 “this”。 |
2335 | 錯誤 | ‘super’ can only be referenced in a derived class. | 只能在派生類中引用 “super”。 |
2336 | 錯誤 | ‘super’ cannot be referenced in constructor arguments. | 不能在建構函式引數中引用 “super”。 |
2337 | 錯誤 | Super calls are not permitted outside constructors or in nested functions inside constructors. | 不允許在建構函式外部或在建構函式內的巢狀函式中進行 Super 呼叫。 |
2338 | 錯誤 | ‘super’ property access is permitted only in a constructor, member function, or member accessor of a derived class. | 只有建構函式、成員函式或派生類的成員訪問器中才允許 “super” 屬性訪問。 |
2339 | 錯誤 | Property ‘{0}’ does not exist on type ‘{1}’. | 型別“{1}”上不存在屬性“{0}”。 |
2340 | 錯誤 | Only public and protected methods of the base class are accessible via the ‘super’ keyword. | 通過 “super” 關鍵字只能訪問基類的公共方法和受保護方法。 |
2341 | 錯誤 | Property ‘{0}’ is private and only accessible within class ‘{1}’. | 屬性“{0}”為私有屬性,只能在類“{1}”中訪問。 |
2342 | 錯誤 | An index expression argument must be of type ‘string’, ‘number’, ‘symbol’, or ‘any’. | 索引表示式引數必須為 “string”、”number”、”symbol” 或 “any” 型別。 |
2343 | 錯誤 | This syntax requires an imported helper named ‘{1}’, but module ‘{0}’ has no exported member ‘{1}’. | |
2344 | 錯誤 | Type ‘{0}’ does not satisfy the constraint ‘{1}’. | 型別“{0}”不滿足約束“{1}”。 |
2345 | 錯誤 | Argument of type ‘{0}’ is not assignable to parameter of type ‘{1}’. | 型別“{0}”的引數不能賦給型別“{1}”的引數。 |
2346 | 錯誤 | Supplied parameters do not match any signature of call target. | 提供的引數與呼叫目標的任何簽名都不匹配。 |
2347 | 錯誤 | Untyped function calls may not accept type arguments. | 非型別化函式呼叫不能接受型別引數。 |
2348 | 錯誤 | Value of type ‘{0}’ is not callable. Did you mean to include ‘new’? | 型別“{0}”的值不可呼叫。是否希望包括 “new”? |
2349 | 錯誤 | Cannot invoke an expression whose type lacks a call signature. Type ‘{0}’ has no compatible call signatures. | 無法呼叫其型別缺少呼叫簽名的表示式。 |
2350 | 錯誤 | Only a void function can be called with the ‘new’ keyword. | 使用 “new” 關鍵字只能呼叫 void 函式。 |
2351 | 錯誤 | Cannot use ‘new’ with an expression whose type lacks a call or construct signature. | 其型別缺少呼叫或構造簽名的表示式無法使用 “new”。 |
2352 | 錯誤 | Type ‘{0}’ cannot be converted to type ‘{1}’. | 型別“{0}”和型別“{1}”均不能賦給對方。 |
2353 | 錯誤 | Object literal may only specify known properties, and ‘{0}’ does not exist in type ‘{1}’. | 物件文字可以只指定已知屬性,並且“{0}”不在型別“{1}”中。 |
2354 | 錯誤 | This syntax requires an imported helper but module ‘{0}’ cannot be found. | 返回表示式中不存在最佳通用型別。 |
2355 | 錯誤 | A function whose declared type is neither ‘void’ nor ‘any’ must return a value. | 其宣告型別不為 “void” 或 “any” 的函式必須返回值。 |
2356 | 錯誤 | An arithmetic operand must be of type ‘any’, ‘number’ or an enum type. | 算術運算元必須為型別 “any”、”number” 或列舉型別。 |
2357 | 錯誤 | The operand of an increment or decrement operator must be a variable or a property access. | 增量或減量運算子的運算元必須為變數、屬性或索引器。 |
2358 | 錯誤 | The left-hand side of an ‘instanceof’ expression must be of type ‘any’, an object type or a type parameter. | “instanceof” 表示式左側必須是 “any” 型別、物件型別或型別引數。 |
2359 | 錯誤 | The right-hand side of an ‘instanceof’ expression must be of type ‘any’ or of a type assignable to the ‘Function’ interface type. | “instanceof” 表示式的右側必須屬於型別 “any”,或屬於可分配給 “Function” 介面型別的型別。 |
2360 | 錯誤 | The left-hand side of an ‘in’ expression must be of type ‘any’, ‘string’, ‘number’, or ‘symbol’. | “in” 表示式左側的型別必須為 “any”、”string”、”number” 或 “symbol”。 |
2361 | 錯誤 | The right-hand side of an ‘in’ expression must be of type ‘any’, an object type or a type parameter | “in” 表示式的右側必須是 “any” 型別、物件型別或型別引數 |
2362 | 錯誤 | The left-hand side of an arithmetic operation must be of type ‘any’, ‘number’ or an enum type. | 算術運算左側必須是 “any”、”number” 或列舉型別。 |
2363 | 錯誤 | The right-hand side of an arithmetic operation must be of type ‘any’, ‘number’ or an enum type. | 算術運算右側必須是 “any”、”number” 或列舉型別。 |
2364 | 錯誤 | The left-hand side of an assignment expression must be a variable or a property access. | 賦值表示式左側無效。 |
2365 | 錯誤 | Operator ‘{0}’ cannot be applied to types ‘{1}’ and ‘{2}’. | 運算子“{0}”不能應用於型別“{1}”和“{2}”。 |
2366 | 錯誤 | Function lacks ending return statement and return type does not include ‘undefined’. | |
2368 | 錯誤 | Type parameter name cannot be ‘{0}’ | 型別引數名稱不能為“{0}” |
2369 | 錯誤 | A parameter property is only allowed in a constructor implementation. | 只允許在建構函式實現中使用引數屬性。 |
2370 | 錯誤 | A rest parameter must be of an array type. | rest 引數必須是陣列型別。 |
2371 | 錯誤 | A parameter initializer is only allowed in a function or constructor implementation. | 只允許在函式或建構函式實現中使用引數初始化表示式。 |
2372 | 錯誤 | Parameter ‘{0}’ cannot be referenced in its initializer. | 引數“{0}”的初始化表示式中不能引用該引數自身。 |
2373 | 錯誤 | Initializer of parameter ‘{0}’ cannot reference identifier ‘{1}’ declared after it. | 引數“{0}”的初始化表示式不能引用在它之後宣告的識別符號“{1}”。 |
2374 | 錯誤 | Duplicate string index signature. | 字串索引簽名重複。 |
2375 | 錯誤 | Duplicate number index signature. | 數字索引簽名重複。 |
2376 | 錯誤 | A ‘super’ call must be the first statement in the constructor when a class contains initialized properties or has parameter properties. | 當類包含初始化的屬性或引數屬性時,”super” 呼叫必須是建構函式中的第一個語句。 |
2377 | 錯誤 | Constructors for derived classes must contain a ‘super’ call. | 派生類的建構函式必須包含 “super” 呼叫。 |
2378 | 錯誤 | A ‘get’ accessor must return a value. “get” | 訪問器必須返回值。 |
2379 | 錯誤 | Getter and setter accessors do not agree in visibility. | Getter 和 setter 訪問器在可見性上不一致。 |
2380 | 錯誤 | ‘get’ and ‘set’ accessor must have the same type. | “get” 和 “set” 訪問器必須屬於同一型別。 |
2381 | 錯誤 | A signature with an implementation cannot use a string literal type. | 具有實現的簽名不能使用字串文字型別。 |
2382 | 錯誤 | Specialized overload signature is not assignable to any non-specialized signature. | 指定的過載簽名不可分配給任何非專用化簽名。 |
2383 | 錯誤 | Overload signatures must all be exported or non-exported. | 過載簽名必須全部匯出或全部不匯出。 |
2384 | 錯誤 | Overload signatures must all be ambient or non-ambient. | 過載簽名必須全部為環境簽名或非環境簽名。 |
2385 | 錯誤 | Overload signatures must all be public, private or protected. | 過載簽名必須全部是公共簽名、私有簽名或受保護簽名。 |
2386 | 錯誤 | Overload signatures must all be optional or required. | 過載簽名必須全部為可選簽名或必需簽名。 |
2387 | 錯誤 | Function overload must be static. | 函式過載必須為靜態。 |
2388 | 錯誤 | Function overload must not be static. | 函式過載不能為靜態。 |
2389 | 錯誤 | Function implementation name must be ‘{0}’. | 函式實現名稱必須為“{0}”。 |
2390 | 錯誤 | Constructor implementation is missing. | 缺少建構函式實現。 |
2391 | 錯誤 | Function implementation is missing or not immediately following the declaration. | 函式實現缺失或未立即出現在宣告之後。 |
2392 | 錯誤 | Multiple constructor implementations are not allowed. | 不允許存在多個建構函式實現。 |
2393 | 錯誤 | Duplicate function implementation. | 函式實現重複。 |
2394 | 錯誤 | Overload signature is not compatible with function implementation. | 過載簽名與函式實現不相容。 |
2395 | 錯誤 | Individual declarations in merged declaration ‘{0}’ must be all exported or all local. | 合併宣告“{0}”中的單獨宣告必須全為匯出或全為區域性宣告。 |
2396 | 錯誤 | Duplicate identifier ‘arguments’. Compiler uses ‘arguments’ to initialize rest parameters. | 識別符號 “arguments” 重複。編譯器使用 “arguments” 初始化 rest 引數。 |
2397 | 錯誤 | Declaration name conflicts with built-in global identifier ‘{0}’. | Declaration name conflicts with built-in global identifier ‘{0}’. |
2399 | 錯誤 | Duplicate identifier ‘_this’. Compiler uses variable declaration ‘_this’ to capture ‘this’ reference. | 識別符號 “_this” 重複。編譯器使用變數宣告 “_this” 來捕獲 “this” 引用。 |
2400 | 錯誤 | Expression resolves to variable declaration ‘_this’ that compiler uses to capture ‘this’ reference. | 表示式解析為編譯器用於捕獲 “this” 引用的變數宣告 “_this”。 |
2401 | 錯誤 | Duplicate identifier ‘_super’. Compiler uses ‘_super’ to capture base class reference. | 識別符號 “_super” 重複。編譯器使用 “_super” 獲取基類引用。 |
2402 | 錯誤 | Expression resolves to ‘_super’ that compiler uses to capture base class reference. | 表示式解析為 “_super”,編譯器使用 “_super” 獲取基類引用。 |
2403 | 錯誤 | Subsequent variable declarations must have the same type. Variable ‘{0}’ must be of type ‘{1}’, but here has type ‘{2}’. | 後續變數宣告必須屬於同一型別。變數“{0}”必須屬於型別“{1}”,但此處卻為型別“{2}”。 |
2404 | 錯誤 | The left-hand side of a ‘for…in’ statement cannot use a type annotation. | “for…in” 語句的左側不能使用型別批註。 |
2405 | 錯誤 | The left-hand side of a ‘for…in’ statement must be of type ‘string’ or ‘any’. | “for…in” 語句的左側必須是 “string” 或 “any” 型別。 |
2406 | 錯誤 | The left-hand side of a ‘for…in’ statement must be a variable or a property access. | “for…in” 語句左側無效。 |
2407 | 錯誤 | The right-hand side of a ‘for…in’ statement must be of type ‘any’, an object type or a type parameter. | “for…in” 語句右側必須是 “any” 型別、物件型別或型別引數。 |
2408 | 錯誤 | Setters cannot return a value. Setter | 不能返回值。 |
2409 | 錯誤 | Return type of constructor signature must be assignable to the instance type of the class | 建構函式簽名的返回型別必須可賦給類的例項型別 |
2410 | 錯誤 | The ‘with’ statement is not supported. All symbols in a ‘with’ block will have type ‘any’. | “with” 塊內的所有符號都將被解析為 “any”。 |
2411 | 錯誤 | Property ‘{0}’ of type ‘{1}’ is not assignable to string index type ‘{2}’. | 型別“{1}”的屬性“{0}”不能賦給字串索引型別“{2}”。 |
2412 | 錯誤 | Property ‘{0}’ of type ‘{1}’ is not assignable to numeric index type ‘{2}’. | 型別“{1}”的屬性“{0}”不能賦給數值索引型別“{2}”。 |
2413 | 錯誤 | Numeric index type ‘{0}’ is not assignable to string index type ‘{1}’. | 數字索引型別“{0}”不能賦給字串索引型別“{1}”。 |
2414 | 錯誤 | Class name cannot be ‘{0}’ | 類名不能為“{0}” |
2415 | 錯誤 | Class ‘{0}’ incorrectly extends base class ‘{1}’. | 類“{0}”錯誤擴充套件基類“{1}”。 |
2417 | 錯誤 | Class static side ‘{0}’ incorrectly extends base class static side ‘{1}’. | 類靜態側“{0}”錯誤擴充套件基類靜態側“{1}”。 |
2420 | 錯誤 | Class ‘{0}’ incorrectly implements interface ‘{1}’. | 類“{0}”錯誤實現介面“{1}”。 |
2422 | 錯誤 | A class may only implement another class or interface. | 類只能實現其他類或介面。 |
2423 | 錯誤 | Class ‘{0}’ defines instance member function ‘{1}’, but extended class ‘{2}’ defines it as instance member accessor. | 類“{0}”將“{1}”定義為例項成員函式,但擴充套件類“{2}”將其定義為例項成員訪問器。 |
2424 | 錯誤 | Class ‘{0}’ defines instance member function ‘{1}’, but extended class ‘{2}’ defines it as instance member property. | 類“{0}”將“{1}”定義為例項成員函式,但擴充套件類“{2}”將其定義為例項成員屬性。 |
2425 | 錯誤 | Class ‘{0}’ defines instance member property ‘{1}’, but extended class ‘{2}’ defines it as instance member function. | 類“{0}”將“{1}”定義為例項成員屬性,但擴充套件類“{2}”將其定義為例項成員函式。 |
2426 | 錯誤 | Class ‘{0}’ defines instance member accessor ‘{1}’, but extended class ‘{2}’ defines it as instance member function. | 類“{0}”將“{1}”定義為例項成員訪問器,但擴充套件類“{2}”將其定義為例項成員函式。 |
2427 | 錯誤 | Interface name cannot be ‘{0}’ | 介面名不能為“{0}” |
2428 | 錯誤 | All declarations of ‘{0}’ must have identical type parameters. | 介面的所有宣告必須具有相同的型別引數。 |
2430 | 錯誤 | Interface ‘{0}’ incorrectly extends interface ‘{1}’. | 介面“{0}”錯誤擴充套件介面“{1}”。 |
2431 | 錯誤 | Enum name cannot be ‘{0}’ | 列舉名不能為“{0}” |
2432 | 錯誤 | In an enum with multiple declarations, only one declaration can omit an initializer for its first enum element. | 在包含多個宣告的列舉中,只有一個宣告可以省略其第一個列舉元素的初始化表示式。 |
2433 | 錯誤 | A namespace declaration cannot be in a different file from a class or function with which it is merged | 名稱空間宣告不能位於與之合併的類或函式中的其他檔案內 |
2434 | 錯誤 | A namespace declaration cannot be located prior to a class or function with which it is merged | 名稱空間宣告不能位於與之合併的類或函式前 |
2435 | 錯誤 | Ambient modules cannot be nested in other modules or namespaces. | 環境模組不能巢狀在其他模組或名稱空間中。 |
2436 | 錯誤 | Ambient module declaration cannot specify relative module name. | 環境模組宣告無法指定相對模組名。 |
2437 | 錯誤 | Module ‘{0}’ is hidden by a local declaration with the same name | 模組“{0}”被具有相同名稱的區域性宣告隱藏 |
2438 | 錯誤 | Import name cannot be ‘{0}’ | 匯入名稱不能為“{0}” |
2439 | 錯誤 | Import or export declaration in an ambient module declaration cannot reference module through relative module name. | 環境模組宣告中的匯入或匯出宣告不能通過相對模組名引用模組。 |
2440 | 錯誤 | Import declaration conflicts with local declaration of ‘{0}’ | 匯入宣告與“{0}”的區域性宣告衝突 |
2441 | 錯誤 | Duplicate identifier ‘{0}’. Compiler reserves name ‘{1}’ in top level scope of a module. | 識別符號“{0}”重複。編譯器在模組的頂層範圍中保留名稱“{1}”。 |
2442 | 錯誤 | Types have separate declarations of a private property ‘{0}’. | 型別具有私有屬性“{0}”的單獨宣告。 |
2443 | 錯誤 | Property ‘{0}’ is protected but type ‘{1}’ is not a class derived from ‘{2}’. | 屬性“{0}”受保護,但型別“{1}”並不是從“{2}”派生的類。 |
2444 | 錯誤 | Property ‘{0}’ is protected in type ‘{1}’ but public in type ‘{2}’. | 屬性“{0}”在型別“{1}”中受保護,但在型別“{2}”中為公共屬性。 |