Unit 'uPSCompiler' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_pascalscript]

TPSPascalCompilerErrorType

Declaration

Source position: uPSCompiler.pas line 732

type TPSPascalCompilerErrorType = (

  ecUnknownIdentifier,

  

  ecIdentifierExpected,

  

  ecCommentError,

  

  ecStringError,

  

  ecCharError,

  

  ecSyntaxError,

  

  ecUnexpectedEndOfFile,

  

  ecSemicolonExpected,

  

  ecBeginExpected,

  

  ecPeriodExpected,

  

  ecDuplicateIdentifier,

  

  ecColonExpected,

  

  ecUnknownType,

  

  ecCloseRoundExpected,

  

  ecTypeMismatch,

  

  ecInternalError,

  

  ecAssignmentExpected,

  

  ecThenExpected,

  

  ecDoExpected,

  

  ecNoResult,

  

  ecOpenRoundExpected,

  

  ecCommaExpected,

  

  ecToExpected,

  

  ecIsExpected,

  

  ecOfExpected,

  

  ecCloseBlockExpected,

  

  ecVariableExpected,

  

  ecStringExpected,

  

  ecEndExpected,

  

  ecUnSetLabel,

  

  ecNotInLoop,

  

  ecInvalidJump,

  

  ecOpenBlockExpected,

  

  ecWriteOnlyProperty,

  

  ecReadOnlyProperty,

  

  ecClassTypeExpected,

  

  ecCustomError,

  

  ecDivideByZero,

  

  ecMathError,

  

  ecUnsatisfiedForward,

  

  ecForwardParameterMismatch,

  

  ecInvalidnumberOfParameters,

  

  ecUnClosedAttributes

  

);



CT Web help

CodeTyphon Studio