5 | Ogiltigt proceduranrop eller argument. |
Invalid procedure call or argument |
6 | Spill |
Overflow |
7 | Slut på minne. |
Out of memory |
9 | Felaktigt matrisindex |
Subscript out of range |
10 | Matrisen är fast eller tillfälligt låst. |
This array is fixed or temporarily locked |
11 | Division med noll |
Division by zero |
13 | Inkompatibla typer |
Type mismatch |
14 | Slut på strängutrymme. |
Out of string space |
17 | Det går inte att utföra begärd åtgärd |
Can't perform requested operation |
28 | Slut på stackutrymme. |
Out of stack space |
35 | Sub eller Function har inte definierats |
Sub or Function not defined |
48 | Det går inte att ladda DLL-filen |
Error in loading DLL |
51 | Internt fel |
Internal error |
52 | Felaktigt filnamn eller filnummer |
Bad file name or number |
53 | Det går inte att hitta filen. |
File not found |
54 | Felaktigt filåtkomstläge |
Bad file mode |
55 | Filen är redan öppen |
File already open |
57 | Läs/skrivfel |
Device I/O error |
58 | Filen finns redan. |
File already exists |
61 | Slut på diskutrymme. |
Disk full |
62 | Indata överskrider filslut |
Input past end of file |
67 | För många öppna filer. |
Too many files |
68 | Enheten är inte tillgänglig |
Device unavailable |
70 | Åtkomst nekad. |
Permission denied |
71 | Disken är inte klar |
Disk not ready |
74 | Det går inte att döpa om filen på en annan enhet |
Can't rename with different drive |
75 | Det går inte att hitta angiven fil eller sökväg. |
Path/File access error |
76 | Det går inte att hitta angiven sökväg. |
Path not found |
91 | Objektvariabel eller With-blockvariabel har inte angetts |
Object variable or With block variable not set |
92 | For-loop har inte initierats |
For loop not initialized |
94 | Ogiltig användning av Null |
Invalid use of Null |
322 | Det går inte att skapa nödvändig temporär fil |
Can't create necessary temporary file |
424 | Objekt krävs. |
Object required |
429 | Automation-server kan inte skapa objekt. |
Automation server can't create object |
430 | Klassen stöder inte Automation. |
Class doesn't support Automation |
432 | Det går inte att hitta fil- eller klassnamn under Automation-åtgärden. |
File name or class name not found during Automation operation |
438 | Objektet stöder inte egenskapen eller metoden. |
Object doesn't support this property or method |
440 | Automation-fel |
Automation error |
445 | Objektet kan inte hantera denna åtgärd. |
Object doesn't support this action |
446 | Namngivna argument stöds inte av objektet. |
Object doesn't support named arguments |
447 | Objektet stöder inte de aktuella landsinställningarna. |
Object doesn't support current locale setting |
448 | Det namngivna argumentet finns inte. |
Named argument not found |
449 | Argumentet är inte valfritt. |
Argument not optional |
450 | Fel antal argument eller felaktig egenskapstilldelning. |
Wrong number of arguments or invalid property assignment |
451 | Objektet måste vara en mängd. |
Object not a collection |
453 | Det går inte att hitta angiven DLL-funktion. |
Specified DLL function not found |
458 | Variabeln använder en Automation-typ som inte kan användas i JScript. |
Variable uses an Automation type not supported in JScript |
462 | Fjärrservern finns inte eller också är den otillgänglig |
The remote server machine does not exist or is unavailable |
501 | Det går inte att tilldela en variabel. |
Cannot assign to variable |
502 | Objektet är inte säkert nog att använda i skript. |
Object not safe for scripting |
503 | Objektet är inte säkert nog att initiera. |
Object not safe for initializing |
504 | Objektet är inte säkert och kan inte skapas |
Object not safe for creating |
507 | Ett undantag uppstod |
An exception occurred |
1002 | Syntaxfel |
Syntax error |
1003 | ':' förväntas |
Expected ':' |
1004 | ';' förväntas |
Expected ';' |
1005 | '(' förväntas |
Expected '(' |
1006 | ')' förväntas |
Expected ')' |
1007 | ']' förväntas |
Expected ']' |
1008 | '{' förväntas |
Expected '{' |
1009 | '}' förväntas |
Expected '}' |
1010 | Identifierare förväntas. |
Expected identifier |
1011 | '=' förväntas |
Expected '=' |
1012 | '/' förväntas |
Expected '/' |
1013 | Ogiltigt tal |
Invalid number |
1014 | Ogiltigt tecken |
Invalid character |
1015 | Oavslutad strängkonstant |
Unterminated string constant |
1016 | Oavslutad kommentar |
Unterminated comment |
1018 | 'return'-instruktion får inte förekomma utanför funktion. |
'return' statement outside of function |
1019 | 'break' får inte förekomma utanför loop. |
Can't have 'break' outside of loop |
1020 | 'continue' får inte förekomma utanför loop. |
Can't have 'continue' outside of loop |
1023 | Ett hexadecimalt tal förväntas. |
Expected hexadecimal digit |
1024 | Förväntade 'while' |
Expected 'while' |
1025 | Definiera om etikett. |
Label redefined |
1026 | Etiketten kunde inte hittas. |
Label not found |
1027 | 'default' kan bara förekomma en gång i en 'switch'-instruktion. |
'default' can only appear once in a 'switch' statement |
1028 | Identifierare, sträng eller tal förväntas |
Expected identifier, string or number |
1029 | '@end' förväntas |
Expected '@end' |
1030 | Villkorlig kompilering har stängts av |
Conditional compilation is turned off |
1031 | Konstant förväntas. |
Expected constant |
1032 | '@' förväntas. |
Expected '@' |
1033 | 'catch' förväntas |
Expected 'catch' |
1034 | 'var' förväntas |
Expected 'var' |
1035 | throw måste följas av ett uttryck på samma källrad |
throw must be followed by an expression on the same source line |
1036 | 'with' är inte tillgänglig i ECMA 327 Compact Profile |
'with' not available in the ECMA 327 Compact Profile |
4096 | Kompileringsfel i Microsoft JScript |
Microsoft JScript compilation error |
4097 | Körningsfel i Microsoft JScript |
Microsoft JScript runtime error |
4098 | Okänt körningsfel |
Unknown runtime error |
5000 | Det går inte att tilldela 'this'. |
Cannot assign to 'this' |
5001 | Ett tal förväntas. |
Number expected |
5002 | En funktion förväntas. |
Function expected |
5003 | Det går inte att tilldela ett funktionsresultat. |
Cannot assign to a function result |
5004 | Det går inte att indexera objekt. |
Cannot index object |
5005 | En sträng förväntas. |
String expected |
5006 | Ett datumobjekt förväntas. |
Date object expected |
5007 | Ett objekt förväntas. |
Object expected |
5008 | Otillåten tilldelning. |
Illegal assignment |
5009 | Odefinierad identifierare. |
Undefined identifier |
5010 | Ett boolskt värde förväntas. |
Boolean expected |
5011 | Det går inte att köra kod från detta skript |
Can't execute code from a freed script |
5012 | Objektmedlem förväntas |
Object member expected |
5013 | VBArray förväntas |
VBArray expected |
5014 | Ett JScript-objekt förväntas |
JScript object expected |
5015 | Uppräkningsobjekt förväntas |
Enumerator object expected |
5016 | Ett reguljärt uttryck förväntas |
Regular Expression object expected |
5017 | Syntaxfel i reguljärt uttryck |
Syntax error in regular expression |
5018 | Oväntad kvantifierare |
Unexpected quantifier |
5019 | Förväntade ']' i reguljärt uttryck |
Expected ']' in regular expression |
5020 | Förväntade ')' i reguljärt uttryck |
Expected ')' in regular expression |
5021 | Ogiltigt intervall i teckenuppsättning |
Invalid range in character set |
5022 | Undantag thrown och inte caught |
Exception thrown and not caught |
5023 | Funktionen saknar ett giltigt prototypobjekt |
Function does not have a valid prototype object |
5024 | Den URI som ska kodas innehåller ett ogiltigt tecken |
The URI to be encoded contains an invalid character |
5025 | Den URI som ska avkodas är inte en giltig kodning |
The URI to be decoded is not a valid encoding |
5026 | Antalet bråktal är utanför intervallet |
The number of fractional digits is out of range |
5027 | Precisionen är utanför intervallet |
The precision is out of range |
5028 | Ett Array- eller arguments-objekt förväntas |
Array or arguments object expected |
5029 | Matrislängden måste vara ett ändligt positivt heltal |
Array length must be a finite positive integer |
5030 | Ett ändligt positivt heltal måste anges för matrislängden |
Array length must be assigned a finite positive number |
5031 | Array-objekt förväntas |
Array object expected |
5032 | 'eval' är inte tillgänglig i ECMA 327 Compact Profile |
'eval' is not available in the ECMA 327 Compact Profile |
5033 | Konstruktorn Function är inte tillgänglig i ECMA 327 Compact Profile |
Function constructor is not available in the ECMA 327 Compact Profile |
5034 | Cirkelreferens i värdeargument stöds inte |
Circular reference in value argument not supported |
5035 | Ogiltigt ersättningsargument |
Invalid replacer argument |
6000 | Oändligt |
Infinity |
6001 | -Oändligt |
-Infinity |
10438 | Objektet kan inte hantera egenskapen eller metoden '|'. |
Object doesn't support property or method '|' |
15001 | '|' är inte ett tal. |
'|' is not a number |
15002 | '|' är inte en funktion. |
'|' is not a function |
15004 | '|' är inte ett indexerbart objekt. |
'|' is not an indexable object |
15005 | '|' är inte en sträng. |
'|' is not a string |
15006 | '|' är inte ett datumobjekt. |
'|' is not a date object |
15007 | '|' är null eller inte ett objekt |
'|' is null or not an object |
15008 | Det går inte att tilldela till '|'. |
Cannot assign to '|' |
15009 | '|' är odefinierad. |
'|' is undefined |
15010 | '|' är inte ett boolskt värde. |
'|' is not a boolean |
15012 | Du kan inte ta bort '|' |
Cannot delete '|' |
15013 | '|' är inte en VBArray |
'|' is not a VBArray |
15014 | '|' är inte ett JScript-objekt |
'|' is not a JScript object |
15015 | '|' är inte ett uppräkningsobjekt |
'|' is not an enumerator object |
15016 | '|' är inte ett reguljärt uttryck |
'|' is not a regular expression object |
15028 | | är inte ett Array- eller arguments-objekt |
| is not an Array or arguments object |
15031 | | är inte ett Array-objekt |
| is not an Array object |
15036 | Attributet '|' på egenskapsbeskrivningen kan inte ha värdet true på det här objektet |
'|' attribute on the property descriptor cannot be set to 'true' on this object |
15037 | Attributet '|' på egenskapsbeskrivningen kan inte ha värdet false på det här objektet |
'|' attribute on the property descriptor cannot be set to 'false' on this object |
32812 | Det angivna datumet är inte tillgängligt i kalendern för den aktuella platsen |
The specified date is not available in the current locale's calendar |
32813 | Skriptet har skadligt innehåll och blockeras av ditt antivirusprogram. |
This script contains malicious content and has been blocked by your antivirus software. |