| 5 | Invalid procedure call or argument |
Invalid procedure call or argument |
| 6 | Overflow |
Overflow |
| 7 | Out of memory |
Out of memory |
| 9 | Subscript out of range |
Subscript out of range |
| 10 | This array is fixed or temporarily locked |
This array is fixed or temporarily locked |
| 13 | Type mismatch |
Type mismatch |
| 28 | Out of stack space |
Out of stack space |
| 48 | Error in loading DLL |
Error in loading DLL |
| 51 | Internal error |
Internal error |
| 53 | File not found |
File not found |
| 57 | Device I/O error |
Device I/O error |
| 58 | File already exists |
File already exists |
| 61 | Disk full |
Disk full |
| 67 | Too many files |
Too many files |
| 70 | Permission denied |
Permission denied |
| 75 | Path/File access error |
Path/File access error |
| 76 | Path not found |
Path not found |
| 322 | Can't create necessary temporary file |
Can't create necessary temporary file |
| 429 | Automation server can't create object |
Automation server can't create object |
| 430 | Class doesn't support Automation |
Class doesn't support Automation |
| 432 | File name or class name not found during Automation operation |
File name or class name not found during Automation operation |
| 438 | Object doesn't support this property or method |
Object doesn't support this property or method |
| 445 | Object doesn't support this action |
Object doesn't support this action |
| 446 | Object doesn't support named arguments |
Object doesn't support named arguments |
| 447 | Object doesn't support current locale setting |
Object doesn't support current locale setting |
| 448 | Named argument not found |
Named argument not found |
| 449 | Argument not optional |
Argument not optional |
| 450 | Wrong number of arguments or invalid property assignment |
Wrong number of arguments or invalid property assignment |
| 451 | Object not a collection |
Object not a collection |
| 453 | Specified DLL function not found |
Specified DLL function not found |
| 458 | Variable uses an Automation type not supported in JavaScript |
Variable uses an Automation type not supported in JavaScript |
| 462 | The remote server machine does not exist or is unavailable |
The remote server machine does not exist or is unavailable |
| 507 | An exception occurred |
An exception occurred |
| 1002 | Syntax error |
Syntax error |
| 1003 | Expected ':' |
Expected ':' |
| 1004 | Expected ';' |
Expected ';' |
| 1005 | Expected '(' |
Expected '(' |
| 1006 | Expected ')' |
Expected ')' |
| 1007 | Expected ']' |
Expected ']' |
| 1008 | Expected '{' |
Expected '{' |
| 1009 | Expected '}' |
Expected '}' |
| 1010 | Expected identifier |
Expected identifier |
| 1011 | Expected '=' |
Expected '=' |
| 1012 | Expected '/' |
Expected '/' |
| 1013 | Invalid number |
Invalid number |
| 1014 | Invalid character |
Invalid character |
| 1015 | Unterminated string constant |
Unterminated string constant |
| 1016 | Unterminated comment |
Unterminated comment |
| 1018 | 'return' statement outside of function |
'return' statement outside of function |
| 1019 | Can't have 'break' outside of loop |
Can't have 'break' outside of loop |
| 1020 | Can't have 'continue' outside of loop |
Can't have 'continue' outside of loop |
| 1023 | Expected hexadecimal digit |
Expected hexadecimal digit |
| 1024 | Expected 'while' |
Expected 'while' |
| 1025 | Label redefined |
Label redefined |
| 1026 | Label not found |
Label not found |
| 1027 | 'default' can only appear once in a 'switch' statement |
'default' can only appear once in a 'switch' statement |
| 1028 | Expected identifier, string or number |
Expected identifier, string or number |
| 1031 | Expected constant |
Expected constant |
| 1033 | Expected 'catch' |
Expected 'catch' |
| 1034 | Expected 'var' |
Expected 'var' |
| 1035 | 'throw' must be followed by an expression on the same source line |
'throw' must be followed by an expression on the same source line |
| 1037 | 'with' statements are not allowed in strict mode |
'with' statements are not allowed in strict mode |
| 1038 | Duplicate formal parameter names not allowed in strict mode |
Duplicate formal parameter names not allowed in strict mode |
| 1039 | Octal numeric literals and escape characters not allowed in strict mode |
Octal numeric literals and escape characters not allowed in strict mode |
| 1041 | Invalid usage of 'eval' in strict mode |
Invalid usage of 'eval' in strict mode |
| 1042 | Invalid usage of 'arguments' in strict mode |
Invalid usage of 'arguments' in strict mode |
| 1045 | Calling delete on expression not allowed in strict mode |
Calling delete on expression not allowed in strict mode |
| 1046 | Multiple definitions of a property not allowed in strict mode |
Multiple definitions of a property not allowed in strict mode |
| 1047 | In strict mode, function declarations cannot be nested inside a statement or block. They may only appear at the top level or directly inside a function body. |
In strict mode, function declarations cannot be nested inside a statement or block. They may only appear at the top level or directly inside a function body. |
| 1048 | The use of a keyword for an identifier is invalid |
The use of a keyword for an identifier is invalid |
| 1049 | The use of a future reserved word for an identifier is invalid |
The use of a future reserved word for an identifier is invalid |
| 1050 | The use of a future reserved word for an identifier is invalid. The identifier name is reserved in strict mode. |
The use of a future reserved word for an identifier is invalid. The identifier name is reserved in strict mode. |
| 1051 | Setter functions must have exactly one parameter |
Setter functions must have exactly one parameter |
| 1052 | Let/Const redeclaration |
Let/Const redeclaration |
| 1053 | Const must be initialized |
Const must be initialized |
| 1054 | Declaration outside statement context |
Declaration outside statement context |
| 1055 | Assignment to const |
Assignment to const |
| 1056 | Unicode escape sequence value is higher than 0x10FFFF |
Unicode escape sequence value is higher than 0x10FFFF |
| 1057 | Invalid use of the ... operator. Spread can only be used in call arguments or an array literal. |
Invalid use of the ... operator. Spread can only be used in call arguments or an array literal. |
| 1058 | Invalid use of the 'super' keyword |
Invalid use of the 'super' keyword |
| 1059 | The 'super' keyword cannot be used at global scope |
The 'super' keyword cannot be used at global scope |
| 1060 | The 'super' keyword cannot be used in an indirect eval() call |
The 'super' keyword cannot be used in an indirect eval() call |
| 1061 | The 'super' keyword cannot be used in a globally scoped eval() call |
The 'super' keyword cannot be used in a globally scoped eval() call |
| 1063 | Invalid codepoint value in the escape sequence. |
Invalid codepoint value in the escape sequence. |
| 1064 | Closing curly brace ('}') expected. |
Closing curly brace ('}') expected. |
| 1065 | The rest parameter must be the last parameter in a formals list. |
The rest parameter must be the last parameter in a formals list. |
| 1066 | The rest parameter cannot have a default initializer. |
The rest parameter cannot have a default initializer. |
| 1067 | Unexpected ... operator |
Unexpected ... operator |
| 1068 | Destructuring declarations must have an initializer |
Destructuring declarations must have an initializer |
| 1069 | Destructuring rest variables must be in the last position of the expression |
Destructuring rest variables must be in the last position of the expression |
| 1070 | Unexpected default initializer |
Unexpected default initializer |
| 1071 | Unexpected operator in destructuring expression |
Unexpected operator in destructuring expression |
| 1072 | Destructuring expressions can only have identifier references |
Destructuring expressions can only have identifier references |
| 1073 | 'yield' expressions are not allowed in 'try', 'catch', or 'finally' blocks |
'yield' expressions are not allowed in 'try', 'catch', or 'finally' blocks |
| 1074 | Class constructor may not be a generator |
Class constructor may not be a generator |
| 1075 | Invalid destructuring assignment target |
Invalid destructuring assignment target |
| 1076 | Duplicate formal parameter names not allowed in this context |
Duplicate formal parameter names not allowed in this context |
| 1077 | Destructuring declarations cannot have an initializer |
Destructuring declarations cannot have an initializer |
| 1079 | Invalid use of the 'new.target' keyword |
Invalid use of the 'new.target' keyword |
| 1080 | for-in loop head declarations cannot have an initializer |
for-in loop head declarations cannot have an initializer |
| 1081 | for-of loop head declarations cannot have an initializer |
for-of loop head declarations cannot have an initializer |
| 1082 | Cannot apply strict mode on functions with non-simple parameter list |
Cannot apply strict mode on functions with non-simple parameter list |
| 1083 | 'await' expression not allowed in this context |
'await' expression not allowed in this context |
| 1084 | Getter functions must have no parameters |
Getter functions must have no parameters |
| 1085 | Invalid unary operator on the left hand side of exponentiation (**) operator |
Invalid unary operator on the left hand side of exponentiation (**) operator |
| 1086 | Module import or export statement unexpected here |
Module import or export statement unexpected here |
| 1087 | Unable to resolve module export name |
Unable to resolve module export name |
| 1088 | 'let' is not an allowed identifier in lexical declarations |
'let' is not an allowed identifier in lexical declarations |
| 4096 | JavaScript compilation error |
JavaScript compilation error |
| 4097 | JavaScript runtime error |
JavaScript runtime error |
| 4098 | Unknown runtime error |
Unknown runtime error |
| 5000 | Cannot assign to 'this' |
Cannot assign to 'this' |
| 5001 | Number expected |
Number expected |
| 5002 | Function expected |
Function expected |
| 5003 | Cannot assign to a function result |
Cannot assign to a function result |
| 5004 | Cannot index object |
Cannot index object |
| 5005 | String expected |
String expected |
| 5006 | Date object expected |
Date object expected |
| 5007 | Object expected |
Object expected |
| 5008 | Invalid left-hand side in assignment |
Invalid left-hand side in assignment |
| 5009 | Undefined identifier |
Undefined identifier |
| 5010 | Boolean expected |
Boolean expected |
| 5011 | Can't execute code from a freed script |
Can't execute code from a freed script |
| 5012 | Object member expected |
Object member expected |
| 5013 | VBArray expected |
VBArray expected |
| 5014 | JavaScript object expected |
JavaScript object expected |
| 5015 | Enumerator object expected |
Enumerator object expected |
| 5016 | Regular Expression object expected |
Regular Expression object expected |
| 5017 | Syntax error in regular expression |
Syntax error in regular expression |
| 5018 | Unexpected quantifier |
Unexpected quantifier |
| 5019 | Expected ']' in regular expression |
Expected ']' in regular expression |
| 5020 | Expected ')' in regular expression |
Expected ')' in regular expression |
| 5021 | Invalid range in character set |
Invalid range in character set |
| 5022 | Exception thrown and not caught |
Exception thrown and not caught |
| 5023 | Function does not have a valid prototype object |
Function does not have a valid prototype object |
| 5024 | The URI to be encoded contains an invalid character |
The URI to be encoded contains an invalid character |
| 5025 | The URI to be decoded is not a valid encoding |
The URI to be decoded is not a valid encoding |
| 5026 | The number of fractional digits is out of range |
The number of fractional digits is out of range |
| 5027 | The precision is out of range |
The precision is out of range |
| 5028 | Array or arguments object expected |
Array or arguments object expected |
| 5029 | Array length must be a finite positive integer |
Array length must be a finite positive integer |
| 5030 | Array length must be assigned a finite positive integer |
Array length must be assigned a finite positive integer |
| 5031 | Array object expected |
Array object expected |
| 5034 | Circular reference in value argument not supported |
Circular reference in value argument not supported |
| 5035 | Invalid replacer argument |
Invalid replacer argument |
| 5038 | Argument list too large to apply |
Argument list too large to apply |
| 5039 | Redeclaration of const property |
Redeclaration of const property |
| 5040 | Cyclic __proto__ value |
Cyclic __proto__ value |
| 5041 | Object member not configurable |
Object member not configurable |
| 5042 | Variable undefined in strict mode |
Variable undefined in strict mode |
| 5043 | 'arguments', 'callee' and 'caller' are restricted function properties and cannot be accessed in this context |
'arguments', 'callee' and 'caller' are restricted function properties and cannot be accessed in this context |
| 5045 | Assignment to read-only properties is not allowed in strict mode |
Assignment to read-only properties is not allowed in strict mode |
| 5046 | Cannot create property for a non-extensible object |
Cannot create property for a non-extensible object |
| 5053 | Invalid property descriptor: cannot both specify accessors and a 'value' attribute |
Invalid property descriptor: cannot both specify accessors and a 'value' attribute |
| 5054 | 'this' is null or undefined |
'this' is null or undefined |
| 5059 | Date expected |
Date expected |
| 5064 | RegExp object expected |
RegExp object expected |
| 5065 | Invalid function argument |
Invalid function argument |
| 5072 | Invalid 'length' property |
Invalid 'length' property |
| 5074 | Invalid Operand |
Invalid Operand |
| 5076 | Invalid property descriptor |
Invalid property descriptor |
| 5077 | Cannot define property: object is not extensible |
Cannot define property: object is not extensible |
| 5078 | Cannot redefine non-configurable property |
Cannot redefine non-configurable property |
| 5079 | Cannot modify non-writable property |
Cannot modify non-writable property |
| 5080 | Cannot modify property: 'length' is not writable |
Cannot modify property: 'length' is not writable |
| 5081 | Cannot define property |
Cannot define property |
| 5082 | Typed array constructor argument is invalid |
Typed array constructor argument is invalid |
| 5083 | 'this' is not a typed array object |
'this' is not a typed array object |
| 5084 | Invalid offset/length when creating typed array |
Invalid offset/length when creating typed array |
| 5085 | Invalid begin/end value in typed array subarray method |
Invalid begin/end value in typed array subarray method |
| 5086 | Invalid source in typed array set |
Invalid source in typed array set |
| 5087 | 'this' is not a DataView object |
'this' is not a DataView object |
| 5088 | Invalid arguments in DataView |
Invalid arguments in DataView |
| 5089 | DataView operation access beyond specified buffer length |
DataView operation access beyond specified buffer length |
| 5091 | invalid function signature |
invalid function signature |
| 5092 | invalid property signature |
invalid property signature |
| 5093 | invalid input parameter type |
invalid input parameter type |
| 5094 | invalid output parameter |
invalid output parameter |
| 5096 | Inspectable Object expected |
Inspectable Object expected |
| 5097 | Could not convert argument to type 'char' |
Could not convert argument to type 'char' |
| 5098 | Could not convert argument to type 'GUID' |
Could not convert argument to type 'GUID' |
| 5099 | IInspectable expected |
IInspectable expected |
| 5100 | Could not convert object to struct: object missing expected property |
Could not convert object to struct: object missing expected property |
| 5101 | Unknown type |
Unknown type |
| 5102 | Function called with too few arguments |
Function called with too few arguments |
| 5103 | Type is not constructible |
Type is not constructible |
| 5104 | Could not convert value to PropertyValue: Type not supported by PropertyValue |
Could not convert value to PropertyValue: Type not supported by PropertyValue |
| 5105 | Could not convert value to IInspectable: Type not supported by IInspectable |
Could not convert value to IInspectable: Type not supported by IInspectable |
| 5106 | Could not convert Date to Windows.Foundation.DateTime: value outside of valid range |
Could not convert Date to Windows.Foundation.DateTime: value outside of valid range |
| 5107 | Could not convert value to Windows.Foundation.TimeSpan: value outside of valid range |
Could not convert value to Windows.Foundation.TimeSpan: value outside of valid range |
| 5108 | Invalid access to already released Inspectable Object |
Invalid access to already released Inspectable Object |
| 5109 | Cannot release already released Inspectable Object |
Cannot release already released Inspectable Object |
| 5110 | 'this' is not of the expected type |
'this' is not of the expected type |
| 5111 | Illegal length and size specified for the array |
Illegal length and size specified for the array |
| 5112 | An unexpected failure occurred while trying to obtain metadata information |
An unexpected failure occurred while trying to obtain metadata information |
| 5113 | Use before declaration |
Use before declaration |
| 5114 | Cannot re-initialize 'this', object already initialized |
Cannot re-initialize 'this', object already initialized |
| 5115 | Cannot initialize 'this' because it is a non-extensible object |
Cannot initialize 'this' because it is a non-extensible object |
| 5117 | 'key' is not an object |
'key' is not an object |
| 5118 | Option value is outside of valid range |
Option value is outside of valid range |
| 5119 | Object or string expected |
Object or string expected |
| 5120 | Function is not a constructor |
Function is not a constructor |
| 5121 | Locale is not well-formed |
Locale is not well-formed |
| 5122 | Currency code is invalid |
Currency code is invalid |
| 5123 | Currency code was not specified |
Currency code was not specified |
| 5124 | Invalid Date |
Invalid Date |
| 5125 | Intl is not available. |
Intl is not available. |
| 5130 | argument out of range |
argument out of range |
| 5132 | Array Iterator expected |
Array Iterator expected |
| 5133 | Map Iterator expected |
Map Iterator expected |
| 5134 | Set Iterator expected |
Set Iterator expected |
| 5135 | String Iterator expected |
String Iterator expected |
| 5140 | Argument cannot be spread; expected Array or Object with a 'length' property |
Argument cannot be spread; expected Array or Object with a 'length' property |
| 5141 | Argument cannot be spread; the 'length' property must be a number or convert to a number |
Argument cannot be spread; the 'length' property must be a number or convert to a number |
| 5145 | Missing or invalid 'super' binding |
Missing or invalid 'super' binding |
| 5146 | Unable to delete property with a super reference |
Unable to delete property with a super reference |
| 5147 | The ArrayBuffer is detached. |
The ArrayBuffer is detached. |
| 5148 | Compiling asm.js failed. |
Compiling asm.js failed. |
| 5149 | Can't set the prototype of this object. |
Can't set the prototype of this object. |
| 5200 | Status is 'error', but getResults did not return an error |
Status is 'error', but getResults did not return an error |
| 5201 | Missing or invalid status parameter passed to completed handler |
Missing or invalid status parameter passed to completed handler |
| 5202 | Missing or invalid sender parameter passed to completed handler |
Missing or invalid sender parameter passed to completed handler |
| 5600 | Invalid code point |
Invalid code point |
| 5601 | Invalid normalization form. Expected one of: ['NFC', 'NFD', 'NFKC', 'NFKD'] |
Invalid normalization form. Expected one of: ['NFC', 'NFD', 'NFKC', 'NFKD'] |
| 5602 | Failed to normalize: invalid or missing unicode character. |
Failed to normalize: invalid or missing unicode character. |
| 5603 | Failed to normalize string. |
Failed to normalize string. |
| 5604 | ArrayBuffer object expected |
ArrayBuffer object expected |
| 5605 | Symbol expected |
Symbol expected |
| 5607 | Expected '}' in regular expression |
Expected '}' in regular expression |
| 5608 | Proxy requires more than 1 arguments |
Proxy requires more than 1 arguments |
| 5609 | Invalid Proxy argument |
Invalid Proxy argument |
| 5610 | Revocable method requires Proxy object |
Revocable method requires Proxy object |
| 5611 | trap called on a revoked Proxy object |
trap called on a revoked Proxy object |
| 5612 | Invariant check failed for proxy trap |
Invariant check failed for proxy trap |
| 5613 | Object used to resolve a promise creates a circular resolution |
Object used to resolve a promise creates a circular resolution |
| 5614 | Promise expected |
Promise expected |
| 5616 | Failed to set prototype |
Failed to set prototype |
| 5617 | Object internal state is not initialized |
Object internal state is not initialized |
| 5620 | SIMD type expected |
SIMD type expected |
| 5621 | Expecting Float32x4 values |
Expecting Float32x4 values |
| 5622 | Expecting Float64x2 values |
Expecting Float64x2 values |
| 5623 | Expecting Int32x4 values |
Expecting Int32x4 values |
| 5624 | Expecting Int8x16 values |
Expecting Int8x16 values |
| 5625 | Lane index is out of range |
Lane index is out of range |
| 5626 | Invalid argument type for SIMD operation |
Invalid argument type for SIMD operation |
| 5627 | Constructor expected |
Constructor expected |
| 5628 | Multiple calls to 'super' in a class constructor are not allowed |
Multiple calls to 'super' in a class constructor are not allowed |
| 5629 | Unexpected call to 'super' in a base class constructor |
Unexpected call to 'super' in a base class constructor |
| 5630 | Derived class constructor can return only object or undefined |
Derived class constructor can return only object or undefined |
| 5631 | Class static member cannot be named 'prototype' |
Class static member cannot be named 'prototype' |
| 5632 | Class constructor cannot be called without the new keyword |
Class constructor cannot be called without the new keyword |
| 5633 | Expecting Bool32x4 values |
Expecting Bool32x4 values |
| 5634 | Expecting Bool16x8 values |
Expecting Bool16x8 values |
| 5635 | Expecting Bool8x16 values |
Expecting Bool8x16 values |
| 5636 | Expecting Int16x8 values |
Expecting Int16x8 values |
| 5637 | Expecting UInt32x4 values |
Expecting UInt32x4 values |
| 5638 | Expecting UInt16x8 values |
Expecting UInt16x8 values |
| 5639 | Expecting UInt8x16 values |
Expecting UInt8x16 values |
| 5640 | First argument cannot be a RegExp |
First argument cannot be a RegExp |
| 5641 | Return value of RegExp 'exec' is not an Object and is not null |
Return value of RegExp 'exec' is not an Object and is not null |
| 5642 | Proxy trap returned false |
Proxy trap returned false |
| 5643 | Module export cannot be resolved |
Module export cannot be resolved |
| 5644 | Module import cannot be resolved |
Module import cannot be resolved |
| 5645 | Module has too many import/export definitions |
Module has too many import/export definitions |
| 5646 | HostResolveImportedModule failed to resolve module |
HostResolveImportedModule failed to resolve module |
| 5647 | Resolve export failed due to circular reference or resolved exports |
Resolve export failed due to circular reference or resolved exports |
| 5648 | Cannot convert null or undefined to object |
Cannot convert null or undefined to object |
| 5649 | Cannot be converted to a number |
Cannot be converted to a number |
| 5650 | JSON.parse syntax error |
JSON.parse syntax error |
| 5658 | invalid hint |
invalid hint |
| 5659 | Module Namespace object expected |
Module Namespace object expected |
| 5660 | List Iterator expected |
List Iterator expected |
| 5661 | SharedArrayBuffer object expected |
SharedArrayBuffer object expected |
| 5662 | Atomics function called with invalid typed array object |
Atomics function called with invalid typed array object |
| 5663 | Access index is out of range |
Access index is out of range |
| 5664 | The operation is not supported on this typed array type |
The operation is not supported on this typed array type |
| 5665 | Current agent cannot be suspended |
Current agent cannot be suspended |
| 5666 | Cannot delete non-configurable property |
Cannot delete non-configurable property |
| 5667 | Cannot redefine property |
Cannot redefine property |
| 5668 | Array or array-like object expected |
Array or array-like object expected |
| 6000 | Infinity |
Infinity |
| 6001 | -Infinity |
-Infinity |
| 7000 | Compilation failed. |
Compilation failed. |
| 7001 | Unreachable Code |
Unreachable Code |
| 7002 | BufferSource expected |
BufferSource expected |
| 7003 | WebAssembly.Module expected |
WebAssembly.Module expected |
| 7004 | Data segment is out of range |
Data segment is out of range |
| 7005 | Cannot export mutable global |
Cannot export mutable global |
| 7006 | Import is invalid |
Import is invalid |
| 7007 | Global initialization does not support forward reference |
Global initialization does not support forward reference |
| 7008 | WebAssembly.Memory object expected |
WebAssembly.Memory object expected |
| 7009 | Invalid WebAssembly type conversion |
Invalid WebAssembly type conversion |
| 7010 | Division by zero |
Division by zero |
| 7011 | AnyFunc expected |
AnyFunc expected |
| 7012 | WebAssembly.Table object expected |
WebAssembly.Table object expected |
| 7013 | WebAssembly exported function expected |
WebAssembly exported function expected |
| 7014 | Function called with invalid signature |
Function called with invalid signature |
| 7015 | Element segment is out of range |
Element segment is out of range |
| 7016 | Table index is out of range |
Table index is out of range |
| 7017 | Memory index is out of range |
Memory index is out of range |
| 7018 | Invalid arguments to instantiate |
Invalid arguments to instantiate |
| 7019 | Linking failed. |
Linking failed. |
| 10438 | Object doesn't support property or method '%s' |
Object doesn't support property or method '%s' |
| 10449 | Argument to the function '%s' is not optional |
Argument to the function '%s' is not optional |
| 15001 | '%s' is not a number |
'%s' is not a number |
| 15002 | '%s' is not a function |
'%s' is not a function |
| 15004 | '%s' is not an indexable object |
'%s' is not an indexable object |
| 15005 | '%s' is not a string |
'%s' is not a string |
| 15006 | '%s' is not a date object |
'%s' is not a date object |
| 15007 | '%s' is null or not an object |
'%s' is null or not an object |
| 15009 | '%s' is undefined |
'%s' is undefined |
| 15010 | '%s' is not a boolean |
'%s' is not a boolean |
| 15012 | Cannot delete '%s' |
Cannot delete '%s' |
| 15013 | '%s' is not a VBArray |
'%s' is not a VBArray |
| 15014 | '%s' is not a JavaScript object |
'%s' is not a JavaScript object |
| 15015 | '%s' is not an enumerator object |
'%s' is not an enumerator object |
| 15016 | '%s' is not a regular expression object |
'%s' is not a regular expression object |
| 15028 | %s is not an Array or arguments object |
%s is not an Array or arguments object |
| 15031 | %s is not an Array object |
%s is not an Array object |
| 15036 | '%s' attribute on the property descriptor cannot be set to 'true' on this object |
'%s' attribute on the property descriptor cannot be set to 'true' on this object |
| 15037 | '%s' attribute on the property descriptor cannot be set to 'false' on this object |
'%s' attribute on the property descriptor cannot be set to 'false' on this object |
| 15039 | Redeclaration of const '%s' |
Redeclaration of const '%s' |
| 15041 | Calling delete on '%s' is not allowed in strict mode |
Calling delete on '%s' is not allowed in strict mode |
| 15047 | Unable to set property '%s' of undefined or null reference |
Unable to set property '%s' of undefined or null reference |
| 15048 | Unable to get property '%s' of undefined or null reference |
Unable to get property '%s' of undefined or null reference |
| 15049 | Unable to delete property '%s' of undefined or null reference |
Unable to delete property '%s' of undefined or null reference |
| 15050 | Unable to access property '%s': type 'VarDate' does not support user-defined properties |
Unable to access property '%s': type 'VarDate' does not support user-defined properties |
| 15051 | The value of the property '%s' is not a Function object |
The value of the property '%s' is not a Function object |
| 15052 | The value of the property '%s' is null or undefined, not a Function object |
The value of the property '%s' is null or undefined, not a Function object |
| 15054 | %s: 'this' is null or undefined |
%s: 'this' is null or undefined |
| 15055 | %s: 'this' is not an Object |
%s: 'this' is not an Object |
| 15056 | %s: 'this' is not a Function object |
%s: 'this' is not a Function object |
| 15057 | %s: 'this' is not a String object |
%s: 'this' is not a String object |
| 15058 | %s: 'this' is not a Boolean object |
%s: 'this' is not a Boolean object |
| 15059 | %s: 'this' is not a Date object |
%s: 'this' is not a Date object |
| 15060 | %s: 'this' is not a Number object |
%s: 'this' is not a Number object |
| 15061 | %s: 'this' is not a VBArray object |
%s: 'this' is not a VBArray object |
| 15062 | %s: 'this' is not a JavaScript object |
%s: 'this' is not a JavaScript object |
| 15063 | %s: 'this' is not an Enumerator object |
%s: 'this' is not an Enumerator object |
| 15064 | %s: 'this' is not a RegExp object |
%s: 'this' is not a RegExp object |
| 15065 | %s: invalid argument |
%s: invalid argument |
| 15066 | %s: argument is not an Object |
%s: argument is not an Object |
| 15067 | %s: argument is not a JavaScript object |
%s: argument is not a JavaScript object |
| 15068 | %s: argument is not a Function object |
%s: argument is not a Function object |
| 15069 | %s: argument is not a VBArray object |
%s: argument is not a VBArray object |
| 15070 | %s: argument is null or undefined |
%s: argument is null or undefined |
| 15071 | %s: argument is not an Object and is not null |
%s: argument is not an Object and is not null |
| 15072 | %s: argument does not have a valid 'length' property |
%s: argument does not have a valid 'length' property |
| 15073 | %s: Array or arguments object expected |
%s: Array or arguments object expected |
| 15074 | Invalid operand to '%s': Object expected |
Invalid operand to '%s': Object expected |
| 15075 | Invalid operand to '%s': Function expected |
Invalid operand to '%s': Function expected |
| 15076 | Invalid descriptor for property '%s' |
Invalid descriptor for property '%s' |
| 15077 | Cannot define property '%s': object is not extensible |
Cannot define property '%s': object is not extensible |
| 15078 | Cannot redefine non-configurable property '%s' |
Cannot redefine non-configurable property '%s' |
| 15079 | Cannot modify non-writable property '%s' |
Cannot modify non-writable property '%s' |
| 15080 | Cannot modify property '%s': 'length' is not writable |
Cannot modify property '%s': 'length' is not writable |
| 15081 | Cannot define property '%s' |
Cannot define property '%s' |
| 15088 | Required argument %s in DataView method is not specified |
Required argument %s in DataView method is not specified |
| 15090 | DataView constructor argument %s is invalid |
DataView constructor argument %s is invalid |
| 15091 | The function '%s' has an invalid signature and cannot be called |
The function '%s' has an invalid signature and cannot be called |
| 15092 | The property '%s' has an invalid signature and cannot be accessed |
The property '%s' has an invalid signature and cannot be accessed |
| 15093 | The runtimeclass %s that has Windows.Foundation.IPropertyValue as default interface is not supported as an input parameter type |
The runtimeclass %s that has Windows.Foundation.IPropertyValue as default interface is not supported as an input parameter type |
| 15094 | The object with interface Windows.Foundation.IPropertyValue that has runtimeclass name %s is not supported as an output parameter |
The object with interface Windows.Foundation.IPropertyValue that has runtimeclass name %s is not supported as an output parameter |
| 15096 | %s: 'this' is not an Inspectable Object |
%s: 'this' is not an Inspectable Object |
| 15097 | %s: could not convert argument to type 'char' |
%s: could not convert argument to type 'char' |
| 15098 | %s: could not convert argument to type 'GUID' |
%s: could not convert argument to type 'GUID' |
| 15099 | %s: could not convert return value to IInspectable |
%s: could not convert return value to IInspectable |
| 15100 | Could not convert object to struct: object missing expected property '%s' |
Could not convert object to struct: object missing expected property '%s' |
| 15101 | Type '%s' not found |
Type '%s' not found |
| 15102 | %s: function called with too few arguments |
%s: function called with too few arguments |
| 15103 | %s: type is not constructible |
%s: type is not constructible |
| 15104 | Could not convert value to PropertyValue: %s not supported by PropertyValue |
Could not convert value to PropertyValue: %s not supported by PropertyValue |
| 15105 | Could not convert value to IInspectable: %s not supported by IInspectable |
Could not convert value to IInspectable: %s not supported by IInspectable |
| 15108 | %s: The Inspectable object 'this' is released and cannot be accessed |
%s: The Inspectable object 'this' is released and cannot be accessed |
| 15110 | 'this' is not of expected type: %s |
'this' is not of expected type: %s |
| 15112 | %s: an unexpected failure occurred while trying to obtain metadata information |
%s: an unexpected failure occurred while trying to obtain metadata information |
| 15114 | Cannot initialize '%s' object: 'this' is already initialized as '%s' object |
Cannot initialize '%s' object: 'this' is already initialized as '%s' object |
| 15115 | Cannot initialize '%s' object: 'this' is not extensible |
Cannot initialize '%s' object: 'this' is not extensible |
| 15116 | %s: 'this' is not a %s object |
%s: 'this' is not a %s object |
| 15117 | %s: 'key' is not an object |
%s: 'key' is not an object |
| 15118 | Option value '%s' for '%s' is outside of valid range. Expected: %s |
Option value '%s' for '%s' is outside of valid range. Expected: %s |
| 15119 | %s is not an object or a string |
%s is not an object or a string |
| 15120 | Function '%s' is not a constructor |
Function '%s' is not a constructor |
| 15121 | Locale '%s' is not well-formed |
Locale '%s' is not well-formed |
| 15122 | Currency code '%s' is invalid |
Currency code '%s' is invalid |
| 15130 | %s: argument out of range |
%s: argument out of range |
| 15132 | %s: 'this' is not an Array Iterator object |
%s: 'this' is not an Array Iterator object |
| 15133 | %s: 'this' is not a Map Iterator object |
%s: 'this' is not a Map Iterator object |
| 15134 | %s: 'this' is not a Set Iterator object |
%s: 'this' is not a Set Iterator object |
| 15135 | %s: 'this' is not a String Iterator object |
%s: 'this' is not a String Iterator object |
| 15140 | %s: argument cannot be spread; expected Array or Object with a 'length' property |
%s: argument cannot be spread; expected Array or Object with a 'length' property |
| 15141 | %s: argument cannot be spread; the 'length' property must be a number or convert to a number |
%s: argument cannot be spread; the 'length' property must be a number or convert to a number |
| 15146 | Unable to delete property '%s' which has a super reference |
Unable to delete property '%s' which has a super reference |
| 15147 | %s: The ArrayBuffer is detached. |
%s: The ArrayBuffer is detached. |
| 15148 | %s: Compiling asm.js failed. |
%s: Compiling asm.js failed. |
| 15149 | %s: Can't set the prototype of this object. |
%s: Can't set the prototype of this object. |
| 15600 | Invalid code point %s |
Invalid code point %s |
| 15601 | Normalization form '%s' is invalid. Expected one of: ['NFC', 'NFD', 'NFKC', 'NFKD']. |
Normalization form '%s' is invalid. Expected one of: ['NFC', 'NFD', 'NFKC', 'NFKD']. |
| 15602 | Failed to normalize: invalid or missing unicode character at index %d. |
Failed to normalize: invalid or missing unicode character at index %d. |
| 15604 | %s is not an ArrayBuffer |
%s is not an ArrayBuffer |
| 15605 | '%s' is not a symbol |
'%s' is not a symbol |
| 15606 | %s: 'this' is not a Symbol object |
%s: 'this' is not a Symbol object |
| 15609 | Proxy argument %s is not a valid object |
Proxy argument %s is not a valid object |
| 15611 | method %s is called on a revoked Proxy object |
method %s is called on a revoked Proxy object |
| 15612 | Invariant check failed for %s proxy trap |
Invariant check failed for %s proxy trap |
| 15614 | '%s' is not a promise |
'%s' is not a promise |
| 15615 | %s: 'this' is not a Promise object |
%s: 'this' is not a Promise object |
| 15617 | %s: Object internal state is not initialized |
%s: Object internal state is not initialized |
| 15618 | %s: Cannot execute generator function because it is currently executing |
%s: Cannot execute generator function because it is currently executing |
| 15620 | %s: 'this' is not a SIMD type |
%s: 'this' is not a SIMD type |
| 15621 | SIMD.Float32x4.%s: Invalid SIMD types for operation |
SIMD.Float32x4.%s: Invalid SIMD types for operation |
| 15622 | SIMD.Float64x2.%s: Invalid SIMD types for operation |
SIMD.Float64x2.%s: Invalid SIMD types for operation |
| 15623 | SIMD.Int32x4.%s: Invalid SIMD types for operation |
SIMD.Int32x4.%s: Invalid SIMD types for operation |
| 15624 | SIMD.Int8x16.%s: Invalid SIMD types for operation |
SIMD.Int8x16.%s: Invalid SIMD types for operation |
| 15625 | Lane index is out of range for this SIMD type |
Lane index is out of range for this SIMD type |
| 15626 | %s: Invalid argument type for SIMD operation |
%s: Invalid argument type for SIMD operation |
| 15627 | '%s' is not a constructor |
'%s' is not a constructor |
| 15632 | %s: cannot be called without the new keyword |
%s: cannot be called without the new keyword |
| 15633 | SIMD.Bool32x4.%s: Invalid SIMD types for operation |
SIMD.Bool32x4.%s: Invalid SIMD types for operation |
| 15634 | SIMD.Bool16x8.%s: Invalid SIMD types for operation |
SIMD.Bool16x8.%s: Invalid SIMD types for operation |
| 15635 | SIMD.Bool8x16.%s: Invalid SIMD types for operation |
SIMD.Bool8x16.%s: Invalid SIMD types for operation |
| 15636 | SIMD.Int16x8.%s: Invalid SIMD types for operation |
SIMD.Int16x8.%s: Invalid SIMD types for operation |
| 15637 | SIMD.Uint32x4.%s: Invalid SIMD types for operation |
SIMD.Uint32x4.%s: Invalid SIMD types for operation |
| 15638 | SIMD.Uint16x8.%s: Invalid SIMD types for operation |
SIMD.Uint16x8.%s: Invalid SIMD types for operation |
| 15639 | SIMD.Uint8x16.%s: Invalid SIMD types for operation |
SIMD.Uint8x16.%s: Invalid SIMD types for operation |
| 15640 | %s: first argument cannot be a RegExp |
%s: first argument cannot be a RegExp |
| 15641 | %s: Return value of RegExp 'exec' is not an Object and is not null |
%s: Return value of RegExp 'exec' is not an Object and is not null |
| 15642 | Proxy trap `%s` returned false |
Proxy trap `%s` returned false |
| 15643 | Module export %s cannot be resolved |
Module export %s cannot be resolved |
| 15644 | Module import %s cannot be resolved |
Module import %s cannot be resolved |
| 15646 | HostResolveImportedModule failed to resolve module with specifier %s |
HostResolveImportedModule failed to resolve module with specifier %s |
| 15647 | Resolve export %s failed due to circular reference or resolved exports |
Resolve export %s failed due to circular reference or resolved exports |
| 15649 | %s: cannot be converted to a number |
%s: cannot be converted to a number |
| 15650 | JSON.parse Error: Unexpected input at position:%s |
JSON.parse Error: Unexpected input at position:%s |
| 15651 | JSON.parse Error: Expected ':' at position:%s |
JSON.parse Error: Expected ':' at position:%s |
| 15652 | JSON.parse Error: Expected ']' at position:%s |
JSON.parse Error: Expected ']' at position:%s |
| 15653 | JSON.parse Error: Expected '}' at position:%s |
JSON.parse Error: Expected '}' at position:%s |
| 15654 | JSON.parse Error: Invalid number at position:%s |
JSON.parse Error: Invalid number at position:%s |
| 15655 | JSON.parse Error: Invalid character at position:%s |
JSON.parse Error: Invalid character at position:%s |
| 15656 | JSON.parse Error: Expected hexadecimal digit at position:%s |
JSON.parse Error: Expected hexadecimal digit at position:%s |
| 15657 | JSON.parse Error: Unterminated string constant at position:%s |
JSON.parse Error: Unterminated string constant at position:%s |
| 15658 | %s: invalid hint |
%s: invalid hint |
| 15659 | %s: 'this' is not a Module Namespace object |
%s: 'this' is not a Module Namespace object |
| 15660 | %s: 'this' is not a List Iterator object |
%s: 'this' is not a List Iterator object |
| 15661 | %s is not a SharedArrayBuffer |
%s is not a SharedArrayBuffer |
| 15666 | Cannot delete non-configurable property '%s' |
Cannot delete non-configurable property '%s' |
| 15667 | Cannot redefine property '%s' |
Cannot redefine property '%s' |
| 15668 | %s: argument is not an array or array-like object |
%s: argument is not an array or array-like object |
| 17000 | %s |
%s |
| 17002 | %s is not a BufferSource |
%s is not a BufferSource |
| 17003 | %s is not a WebAssembly.Module |
%s is not a WebAssembly.Module |
| 17008 | %s is not a WebAssembly.Memory |
%s is not a WebAssembly.Memory |
| 17009 | Invalid WebAssembly type conversion %s to %s |
Invalid WebAssembly type conversion %s to %s |
| 17011 | %s is not AnyFunc |
%s is not AnyFunc |
| 17012 | %s is not a WebAssembly.Table |
%s is not a WebAssembly.Table |
| 17013 | %s is not a WebAssembly exported function |
%s is not a WebAssembly exported function |
| 17014 | %s called with invalid signature |
%s called with invalid signature |
| 32812 | The specified date is not available in the current locale's calendar |
The specified date is not available in the current locale's calendar |
| 0x30000000 | Info |
Info |
| 0x30000001 | Start |
Start |
| 0x30000002 | Stop |
Stop |
| 0x50000004 | Information |
Information |
| 0x90000001 | Microsoft-JScript |
Microsoft-JScript |
| 0xD0000001 | Interpreted |
Interpreted |
| 0xD0000002 | JIT |
JIT |
| 0xD0000003 | JITLoopBody |
JITLoopBody |
| 0xD0000004 | SimpleJit |
SimpleJit |
| 0xD0000005 | FullJit |
FullJit |
| 0xD0000006 | Reason |
Reason |
| 0xD0000007 | ReasonLength |
ReasonLength |