5 | Geçersiz yordam çağrısı veya değişken |
Invalid procedure call or argument |
6 | Taşma |
Overflow |
7 | Yetersiz bellek |
Out of memory |
9 | Altsimge aralık dışı |
Subscript out of range |
10 | Bu dizi sabitlendi veya geçici olarak kilitlendi |
This array is fixed or temporarily locked |
11 | Sıfıra bölme |
Division by zero |
13 | Tür uyumsuz |
Type mismatch |
14 | Karakter dizi alanı doldu |
Out of string space |
17 | İstenilen işlem yürütülemiyor |
Can't perform requested operation |
28 | Yığma alanı doldu |
Out of stack space |
35 | Tanımsız Sub veya Function |
Sub or Function not defined |
48 | DLL yükleme hatası |
Error in loading DLL |
51 | İç hata |
Internal error |
52 | Yanlış dosya adı veya numarası |
Bad file name or number |
53 | Dosya bulunamadı |
File not found |
54 | Yanlış dosya modu |
Bad file mode |
55 | Dosya zaten açık |
File already open |
57 | Aygıt G/Ç hatası |
Device I/O error |
58 | Dosya var |
File already exists |
61 | Disk dolu |
Disk full |
62 | Giriş dosya sonunu geçti |
Input past end of file |
67 | Çok fazla dosya |
Too many files |
68 | Aygıt yok |
Device unavailable |
70 | İzin verilmedi |
Permission denied |
71 | Disk hazır değil |
Disk not ready |
74 | Farklı bir sürücü adına değiştirilemez |
Can't rename with different drive |
75 | Yol/Dosya erişim hatası |
Path/File access error |
76 | Yol bulunamadı |
Path not found |
91 | Object değişkeni veya With blok değişkeni ayarlanmamış |
Object variable or With block variable not set |
92 | For döngüsü başlatılmamış |
For loop not initialized |
94 | Geçersiz Null kullanımı |
Invalid use of Null |
322 | Gerekli geçici dosya oluşturulamıyor |
Can't create necessary temporary file |
424 | Nesne gerekli |
Object required |
429 | Otomasyon sunucusu, nesne oluşturamıyor |
Automation server can't create object |
430 | Sınıf, Otomasyon'u desteklemiyor |
Class doesn't support Automation |
432 | Otomasyon işlemi boyunca dosya adı veya sınıf adı bulunamadı |
File name or class name not found during Automation operation |
438 | Nesne bu özellik veya yöntemi desteklemiyor |
Object doesn't support this property or method |
440 | Otomasyon hatası |
Automation error |
445 | Nesne bu eylemi desteklemiyor |
Object doesn't support this action |
446 | Nesne adlandırılmış bağımsız değişkeni desteklemiyor |
Object doesn't support named arguments |
447 | Nesne geçerli yerel ayarları desteklemiyor |
Object doesn't support current locale setting |
448 | Adlandırılmış bağımsız değişken bulunamadı |
Named argument not found |
449 | Bağımsız değişken isteğe bağlı değil |
Argument not optional |
450 | Hatalı bağımsız değişken numarası veya geçersiz özellik ataması |
Wrong number of arguments or invalid property assignment |
451 | Nesne koleksiyon değil |
Object not a collection |
453 | Belirtilen DLL işlevi bulunamadı |
Specified DLL function not found |
458 | Değişken, JScript'te desteklenmeyen bir Otomasyon türü kullanıyor |
Variable uses an Automation type not supported in JScript |
462 | Uzak sunucu makinesi yok veya kullanılabilir değil |
The remote server machine does not exist or is unavailable |
501 | Değişkene atanamıyor |
Cannot assign to variable |
502 | Nesne, yazım için güvenli değil |
Object not safe for scripting |
503 | Nesne, başlatma için güvenli değil |
Object not safe for initializing |
504 | Nesne yaratmak için güvenli değil |
Object not safe for creating |
507 | Özel bir durum oluştu |
An exception occurred |
1002 | Sözdizimi hatası |
Syntax error |
1003 | ':' gerekli |
Expected ':' |
1004 | ';' gerekli |
Expected ';' |
1005 | '(' gerekli |
Expected '(' |
1006 | ')' gerekli |
Expected ')' |
1007 | ']' gerekli |
Expected ']' |
1008 | '{' gerekli |
Expected '{' |
1009 | '}' gerekli |
Expected '}' |
1010 | Belirleyici gerekli |
Expected identifier |
1011 | '=' bekleniyor |
Expected '=' |
1012 | '/' bekleniyor |
Expected '/' |
1013 | Geçersiz sayı |
Invalid number |
1014 | Geçersiz karakter |
Invalid character |
1015 | Sonlandırılmamış dize sabiti |
Unterminated string constant |
1016 | Sonlandırılmamış açıklama |
Unterminated comment |
1018 | işlevin dışında 'return' deyimi |
'return' statement outside of function |
1019 | Döngünün dışında 'break' olamaz |
Can't have 'break' outside of loop |
1020 | Döngünün dışında 'continue' olamaz |
Can't have 'continue' outside of loop |
1023 | Onaltılık hane bekleniyor |
Expected hexadecimal digit |
1024 | 'while' bekleniyor |
Expected 'while' |
1025 | Etiket yeniden tanımlandı |
Label redefined |
1026 | Etiket bulunamadı |
Label not found |
1027 | 'default', 'switch' bildirisinde yalnız bir kere görünebilir |
'default' can only appear once in a 'switch' statement |
1028 | Tanımlayıcı, dize veya sayı bekleniyor |
Expected identifier, string or number |
1029 | '@end' bekleniyor |
Expected '@end' |
1030 | Koşullu derleme kapalı |
Conditional compilation is turned off |
1031 | Sabit bekleniyor |
Expected constant |
1032 | '@' bekleniyor |
Expected '@' |
1033 | 'catch' bekleniyor |
Expected 'catch' |
1034 | 'var' bekleniyor |
Expected 'var' |
1035 | throw yönergesinden sonra aynı kaynak satırında bir deyim gelmeli |
throw must be followed by an expression on the same source line |
1036 | ECMA 327 Compact Profile'da 'with' işlevi yok |
'with' not available in the ECMA 327 Compact Profile |
4096 | Microsoft JScript derleme hatası |
Microsoft JScript compilation error |
4097 | Microsoft JScript çalışma hatası |
Microsoft JScript runtime error |
4098 | Bilinmeyen çalışma hatası |
Unknown runtime error |
5000 | 'this' için atama yapılamıyor |
Cannot assign to 'this' |
5001 | Sayı bekleniyor |
Number expected |
5002 | İşlev bekleniyor |
Function expected |
5003 | İşlev sonucuna atanamaz |
Cannot assign to a function result |
5004 | Nesne dizilemiyor |
Cannot index object |
5005 | Dize bekleniyor |
String expected |
5006 | Tarih nesnesi bekleniyor |
Date object expected |
5007 | Nesne bekleniyor |
Object expected |
5008 | Geçersiz atama |
Illegal assignment |
5009 | Tanımsız belirleyici |
Undefined identifier |
5010 | Boolean bekleniyor |
Boolean expected |
5011 | Boşaltılmış komut dosyasından kod çalıştırılamıyor |
Can't execute code from a freed script |
5012 | Nesne üyesi bekleniyor |
Object member expected |
5013 | VBArray bekleniyor |
VBArray expected |
5014 | JScript nesnesi bekleniyor |
JScript object expected |
5015 | Numaralandırıcı nesne bekleniyor |
Enumerator object expected |
5016 | Normal Deyim nesnesi bekleniyor |
Regular Expression object expected |
5017 | Normal deyimde yazım hatası |
Syntax error in regular expression |
5018 | Beklenmeyen miktar |
Unexpected quantifier |
5019 | Normal deyimde ']' bekleniyor |
Expected ']' in regular expression |
5020 | Normal deyimde ')' bekleniyor |
Expected ')' in regular expression |
5021 | Geçersiz karakter kümesi aralığı |
Invalid range in character set |
5022 | Olağan dışı durum oluşturuldu (throw ile) ve yakalanmadı (catch ile) |
Exception thrown and not caught |
5023 | İşlevin geçerli bir prototip nesnesi yok |
Function does not have a valid prototype object |
5024 | Kodlanacak URI geçersiz bir karakter içeriyor |
The URI to be encoded contains an invalid character |
5025 | Kodu çözülecek URI geçerli bir kodlama değil |
The URI to be decoded is not a valid encoding |
5026 | Kesir basamak sayısı aralık dışında |
The number of fractional digits is out of range |
5027 | Duyarlılık aralık dışında |
The precision is out of range |
5028 | Array veya arguments nesnesi bekleniyor |
Array or arguments object expected |
5029 | Dizi uzunluğu sonlu pozitif bir tamsayı olmalıdır |
Array length must be a finite positive integer |
5030 | Dizi uzunluğu sonlu pozitif bir tamsayıya atanmalıdır |
Array length must be assigned a finite positive number |
5031 | Dizi nesnesi bekleniyor |
Array object expected |
5032 | ECMA 327 Compact Profile'da 'eval' işlevi yok |
'eval' is not available in the ECMA 327 Compact Profile |
5033 | ECMA 327 Compact Profile'da Function oluşturucu yok |
Function constructor is not available in the ECMA 327 Compact Profile |
5034 | Değer değişkenindeki döngüsel başvuru desteklenmiyor |
Circular reference in value argument not supported |
5035 | Geçersiz değiştirici bağımsız değişkeni |
Invalid replacer argument |
6000 | Sonsuz |
Infinity |
6001 | -Sonsuz |
-Infinity |
10438 | Nesne, '|' özelliğini veya yöntemini desteklemez |
Object doesn't support property or method '|' |
15001 | '|', bir sayı değil |
'|' is not a number |
15002 | '|', bir işlev değil |
'|' is not a function |
15004 | '|', dizilebilir bir nesne değil |
'|' is not an indexable object |
15005 | '|', bir dize değil |
'|' is not a string |
15006 | '|', bir tarih nesnesi değil |
'|' is not a date object |
15007 | '|', null veya bir nesne değil |
'|' is null or not an object |
15008 | '|' üzerine atama yapılamıyor |
Cannot assign to '|' |
15009 | '|' tanımsız |
'|' is undefined |
15010 | '|', boolean değil |
'|' is not a boolean |
15012 | '|' silinemiyor |
Cannot delete '|' |
15013 | '|', VBArray değil |
'|' is not a VBArray |
15014 | '|' JScript nesnesi değil |
'|' is not a JScript object |
15015 | '|', numaralandırıcı nesne değil |
'|' is not an enumerator object |
15016 | '|' normal bir deyim nesnesi değil |
'|' is not a regular expression object |
15028 | |, Array veya arguments nesnesi değil |
| is not an Array or arguments object |
15031 | |, Array nesnesi değil |
| is not an Array object |
15036 | Özellik tanımlayıcısındaki '|' özniteliği, bu nesnede 'true' olarak ayarlanamaz |
'|' attribute on the property descriptor cannot be set to 'true' on this object |
15037 | Özellik tanımlayıcısındaki '|' özniteliği, bu nesnede 'false' olarak ayarlanamaz |
'|' attribute on the property descriptor cannot be set to 'false' on this object |
32812 | Belirtilen tarih şu anki yerin takviminde kullanılamaz |
The specified date is not available in the current locale's calendar |
32813 | Komut dosyası kötü amaçlı içerik içeriyor ve virüsten koruma yazılımınız tarafından engellendi. |
This script contains malicious content and has been blocked by your antivirus software. |