5 | 프로시저 호출 또는 인수가 잘못되었습니다. |
Invalid procedure call or argument |
6 | 오버플로 |
Overflow |
7 | 메모리 부족 |
Out of memory |
9 | 첨자 사용이 잘못되었습니다. |
Subscript out of range |
10 | 이 배열은 고정되었거나 일시적으로 잠금 상태입니다. |
This array is fixed or temporarily locked |
11 | 0으로 나누기 |
Division by zero |
13 | 형식이 일치하지 않습니다. |
Type mismatch |
14 | 문자열 공간을 넘어갑니다. |
Out of string space |
17 | 요청한 작업을 수행할 수 없습니다. |
Can't perform requested operation |
28 | 스택 공간 부족 |
Out of stack space |
35 | Sub 또는 Function이 정의되지 않았습니다. |
Sub or Function not defined |
48 | DLL을 읽어들이는 데 오류 발생 |
Error in loading DLL |
51 | 내부 오류 |
Internal error |
52 | 파일 이름이나 숫자가 적합하지 않습니다. |
Bad file name or number |
53 | 파일을 찾을 수 없습니다. |
File not found |
54 | 비적합 파일 모드 |
Bad file mode |
55 | 이미 열려 있는 파일입니다. |
File already open |
57 | 장치 I/O 오류 |
Device I/O error |
58 | 파일이 이미 존재합니다. |
File already exists |
61 | 디스크에 여유 공간이 없습니다. |
Disk full |
62 | 파일의 끝을 넘어가는 입력입니다. |
Input past end of file |
67 | 파일이 너무 많습니다. |
Too many files |
68 | 사용할 수 없는 장치입니다. |
Device unavailable |
70 | 사용 권한이 없습니다. |
Permission denied |
71 | 디스크가 준비되지 않았습니다. |
Disk not ready |
74 | 드라이브 이름을 바꿀 수 없습니다. |
Can't rename with different drive |
75 | 경로/파일 접근 오류 |
Path/File access error |
76 | 경로를 찾을 수 없습니다. |
Path not found |
91 | 개체 변수 또는 With 문의 변수가 설정되어 있지 않습니다. |
Object variable or With block variable not set |
92 | For 루프를 초기화하지 않았습니다. |
For loop not initialized |
94 | Null 값의 사용이 잘못되었습니다. |
Invalid use of Null |
322 | 필요한 임시 파일을 만들 수 없습니다. |
Can't create necessary temporary file |
424 | 개체가 필요합니다. |
Object required |
429 | 자동화 서버는 개체를 작성할 수 없습니다. |
Automation server can't create object |
430 | 클래스가 자동화를 지원하지 않습니다. |
Class doesn't support Automation |
432 | 자동화 수행 중 파일 이름이나 클래스 이름을 찾을 수 없습니다. |
File name or class name not found during Automation operation |
438 | 개체가 이 속성 또는 메서드를 지원하지 않습니다. |
Object doesn't support this property or method |
440 | 자동화 오류 |
Automation error |
445 | 개체는 이 기능을 지원하지 않습니다. |
Object doesn't support this action |
446 | 개체는 지정된 인수를 지원하지 않습니다. |
Object doesn't support named arguments |
447 | 개체는 현재의 로케일 설정을 지원하지 않습니다. |
Object doesn't support current locale setting |
448 | 지정된 인수를 찾을 수 없습니다. |
Named argument not found |
449 | 인수를 선택할 수 없습니다. |
Argument not optional |
450 | 인수의 개수나 속성 할당이 잘못되었습니다. |
Wrong number of arguments or invalid property assignment |
451 | 컬렉션이 아닌 개체입니다. |
Object not a collection |
453 | 지정한 DLL 함수를 찾을 수 없습니다. |
Specified DLL function not found |
458 | 변수에 JScript에서 지원하지 않는 자동화 형식이 사용되었습니다. |
Variable uses an Automation type not supported in JScript |
462 | 원격 서버가 존재하지 않거나 사용할 수 없는 상태입니다. |
The remote server machine does not exist or is unavailable |
501 | 변수에 할당할 수 없습니다. |
Cannot assign to variable |
502 | 스크립트에 안전하지 않은 개체입니다. |
Object not safe for scripting |
503 | 초기화에 안전하지 않은 개체입니다. |
Object not safe for initializing |
504 | 만들기에 안전하지 않은 개체입니다. |
Object not safe for creating |
507 | 예외 사항 발생 |
An exception occurred |
1002 | 구문 오류 |
Syntax error |
1003 | ':'가 필요합니다. |
Expected ':' |
1004 | ';'가 필요합니다. |
Expected ';' |
1005 | '('가 필요합니다. |
Expected '(' |
1006 | ')'가 필요합니다. |
Expected ')' |
1007 | ']'가 필요합니다. |
Expected ']' |
1008 | '{'가 필요합니다. |
Expected '{' |
1009 | '}'가 필요합니다. |
Expected '}' |
1010 | 식별자가 필요합니다. |
Expected identifier |
1011 | '='가 필요합니다. |
Expected '=' |
1012 | '/'가 필요합니다. |
Expected '/' |
1013 | 유효하지 않은 숫자입니다. |
Invalid number |
1014 | 유효하지 않은 문자입니다. |
Invalid character |
1015 | 종결되지 않은 문자열 상수입니다. |
Unterminated string constant |
1016 | 종결되지 않은 주석입니다. |
Unterminated comment |
1018 | 함수 밖의 'return' 문장 |
'return' statement outside of function |
1019 | 루프 밖에서는 'break'을 사용할 수 없습니다. |
Can't have 'break' outside of loop |
1020 | 루프 밖에서는 'continue'를 사용할 수 없습니다. |
Can't have 'continue' outside of loop |
1023 | 16진수가 필요합니다. |
Expected hexadecimal digit |
1024 | 'while'이 필요합니다. |
Expected 'while' |
1025 | 레이블이 재정의되었습니다. |
Label redefined |
1026 | 레이블을 찾을 수 없습니다. |
Label not found |
1027 | 'switch'문에서 'default'는 한번만 나타날 수 있습니다. |
'default' can only appear once in a 'switch' statement |
1028 | 식별자나 문자열 또는 숫자가 필요합니다. |
Expected identifier, string or number |
1029 | '@end'가 필요합니다. |
Expected '@end' |
1030 | 조건부 컴파일이 해제되었습니다. |
Conditional compilation is turned off |
1031 | 상수가 필요합니다. |
Expected constant |
1032 | '@'가 필요합니다. |
Expected '@' |
1033 | 'catch'가 필요합니다. |
Expected 'catch' |
1034 | 'var'가 필요합니다. |
Expected 'var' |
1035 | 수식이 throw와 같은 줄에 반드시 뒤따라야 합니다. |
throw must be followed by an expression on the same source line |
1036 | 'with'는 ECMA 327 Compact Profile에서 사용할 수 없습니다. |
'with' not available in the ECMA 327 Compact Profile |
4096 | Microsoft JScript 컴파일 오류 |
Microsoft JScript compilation error |
4097 | Microsoft JScript 런타임 오류 |
Microsoft JScript runtime error |
4098 | 알 수 없는 런타임 오류 |
Unknown runtime error |
5000 | 'this'에 할당할 수 없습니다. |
Cannot assign to 'this' |
5001 | 숫자가 필요합니다. |
Number expected |
5002 | 함수가 필요합니다. |
Function expected |
5003 | 함수 결과에 할당할 수 없습니다. |
Cannot assign to a function result |
5004 | 개체를 인덱스할 수 없습니다. |
Cannot index object |
5005 | 문자열이 필요합니다. |
String expected |
5006 | 날짜 개체가 필요합니다. |
Date object expected |
5008 | 잘못된 할당 |
Illegal assignment |
5009 | 정의되지 않은 식별자 |
Undefined identifier |
5010 | Boolean이 필요합니다. |
Boolean expected |
5011 | 삭제된 스크립트의 코드는 수행할 수 없습니다. |
Can't execute code from a freed script |
5012 | 개체 구성원이 필요합니다. |
Object member expected |
5013 | VBArray가 필요합니다. |
VBArray expected |
5014 | JScript 개체가 필요합니다. |
JScript object expected |
5015 | 열거형 개체가 필요합니다. |
Enumerator object expected |
5016 | 정규식 개체가 필요합니다. |
Regular Expression object expected |
5017 | 정규식에 구문 오류가 있습니다. |
Syntax error in regular expression |
5018 | 예기치 않은 수량사 |
Unexpected quantifier |
5019 | 정규식에 ']'가 필요합니다. |
Expected ']' in regular expression |
5020 | 정규식에 ')'가 필요합니다. |
Expected ')' in regular expression |
5021 | 잘못된 범주의 문자 집합입니다. |
Invalid range in character set |
5022 | 예외가 발생했지만 catch할 수 없습니다. |
Exception thrown and not caught |
5023 | 함수에 유효한 표준 개체가 없습니다. |
Function does not have a valid prototype object |
5024 | 인코딩될 URI가 유효하지 않은 문자를 포함하고 있습니다. |
The URI to be encoded contains an invalid character |
5025 | 디코딩될 URI가 유효한 인코딩이 아닙니다. |
The URI to be decoded is not a valid encoding |
5026 | 소수부 자리수가 범위를 초과하였습니다. |
The number of fractional digits is out of range |
5027 | 정밀도가 범위를 초과하였습니다. |
The precision is out of range |
5028 | Array 또는 arguments 개체가 필요합니다. |
Array or arguments object expected |
5029 | 배열의 길이는 유한한 양의 정수이어야 합니다. |
Array length must be a finite positive integer |
5030 | 배열의 길이는 유한한 양수로 할당해야 합니다. |
Array length must be assigned a finite positive number |
5031 | 배열 개체가 필요합니다. |
Array object expected |
5032 | 'eval'은 ECMA 327 Compact Profile에서 사용할 수 없습니다. |
'eval' is not available in the ECMA 327 Compact Profile |
5033 | Function 생성자는 ECMA 327 Compact Profile에서 사용할 수 없습니다. |
Function constructor is not available in the ECMA 327 Compact Profile |
5034 | 값 인수에 순환 참조를 사용하는 것은 지원되지 않습니다. |
Circular reference in value argument not supported |
5035 | 치환 인수가 잘못되었습니다. |
Invalid replacer argument |
6000 | 무한대 |
Infinity |
6001 | -무한대 |
-Infinity |
10438 | 개체가 '|' 속성이나 메서드를 지원하지 않습니다. |
Object doesn't support property or method '|' |
15001 | '|'은(는) 숫자가 아닙니다. |
'|' is not a number |
15002 | '|'은(는) 함수가 아닙니다. |
'|' is not a function |
15004 | '|'은(는) 인덱스를 지정할 수 있는 개체가 아닙니다. |
'|' is not an indexable object |
15005 | '|'은(는) 문자열이 아닙니다. |
'|' is not a string |
15006 | '|'은(는) 날짜 개체가 아닙니다. |
'|' is not a date object |
15007 | '|'은(는) null 이거나 개체가 아닙니다. |
'|' is null or not an object |
15008 | '|'에 할당할 수 없습니다. |
Cannot assign to '|' |
15009 | '|'이(가) 정의되지 않았습니다. |
'|' is undefined |
15010 | '|'은(는) boolean이 아닙니다. |
'|' is not a boolean |
15012 | '|'을(를) 삭제할 수 없습니다. |
Cannot delete '|' |
15013 | '|'은(는) VBArray가 아닙니다. |
'|' is not a VBArray |
15014 | '|'은(는) JScript 개체가 아닙니다. |
'|' is not a JScript object |
15015 | '|'은(는) 열거형 개체가 아닙니다. |
'|' is not an enumerator object |
15016 | '|'은(는) 정규식 개체가 아닙니다. |
'|' is not a regular expression object |
15028 | |은(는] Array 또는 arguments 개체가 아닙니다. |
| is not an Array or arguments object |
15031 | | 은 배열(Array) 개체가 아닙니다. |
| is not an Array object |
15036 | 속성 설명자의 '|' 특성은 이 개체에 대해 'true'로 설정할 수 없습니다. |
'|' attribute on the property descriptor cannot be set to 'true' on this object |
15037 | 속성 설명자의 '|' 특성은 이 개체에 대해 'false'로 설정할 수 없습니다. |
'|' attribute on the property descriptor cannot be set to 'false' on this object |
32812 | 현재 로케일의 달력에서는 지정한 날짜를 사용할 수 없습니다. |
The specified date is not available in the current locale's calendar |
32813 | 이 스크립트에 악성 콘텐츠가 있어서 바이러스 백신 소프트웨어에 의해 차단되었습니다. |
This script contains malicious content and has been blocked by your antivirus software. |