(기술) Flex 에러 코드

flex 개발을 하면서 나타나는 에러코드가 어떤 의미를 갖는지에 대해서 정리해보려고 합니다.


1008 : Variable xxx에 형식 선언이 없습니다.

typeError : Error #1009 : null 객체 참조의 속성이나 메소드에 액세스 할 수 없습니다.

1061 : 정의되지 않은 메소드 입니다.

ReferenceError : Error #1069 : String 에서 속성을 찾을 수 없습니다. 기본값이 없습니다.

1071 : 속성 뒤에 주석 사용이 가능한 지시문이 있어야 합니다.

1084 : var 'xxx' 메소드에 namespace 속성이 없습니다. 이 속성은 'Package - private' namespace 의 기본값을 구성합니다.

1084 : identifier 가 xxx 앞에 있어야 합니다.

1084 : Rightbrace 가 end of program 앞에 있어야 한다.

1084 : rightparen 이 콜론 " : " 앞에 있어야 합니다.

1087 : 프로그램 종료 이후에 문자가 추가로 발견 되었습니다.

1120 : Access of undefined property myButton

1120 : Access of undefined property "클래스명"

1180 : Call to a possibly undefined method check.

The end - tag for element type "mx:Mode *" must end with a '>' delimiter

Encountered "<mx:Model>" at line 41, column5. Was expecting one of : /Model....

The element type "mx:Model: must ne terminated by the matching end-tag "</mx:Model>"

invalid character or markup for found in script block. Try surrounding your code with a CDATA block.

Encounterd " > \n " at line41, column16.

Cannot resolve attribute 'titles' for component type mx.containers.Panel.

Open quote is expected for attribute "title"

Data binding will not be able to detect assignments to :bindableVar"

다음 형식 주석이 컴파일 타입 상수가 아닙니다.

int가 관련없는 String 형식으로 암시적 강제 정의 되어있습니다.

Definition sub : SubClass could not be found .