ErrorCode enum
Values
- unkownSourceType → const ErrorCode
- importListOnNonHetuSource → const ErrorCode
- exportNonHetuSource → const ErrorCode
- scriptThrows → const ErrorCode
- assertionFailed → const ErrorCode
- unexpectedToken → const ErrorCode
- unexpected → const ErrorCode
- delete → const ErrorCode
- external → const ErrorCode
- nestedClass → const ErrorCode
- constInClass → const ErrorCode
- misplacedReturn → const ErrorCode
- misplacedContinue → const ErrorCode
- misplacedBreak → const ErrorCode
- setterArity → const ErrorCode
- unexpectedEmptyList → const ErrorCode
- extendsSelf → const ErrorCode
- missingFuncBody → const ErrorCode
- externalCtorWithReferCtor → const ErrorCode
- resourceDoesNotExist → const ErrorCode
- sourceProviderError → const ErrorCode
- notAbsoluteError → const ErrorCode
- invalidLeftValue → const ErrorCode
- nullableAssign → const ErrorCode
- privateMember → const ErrorCode
- constMustInit → const ErrorCode
- defined → const ErrorCode
- outsideThis → const ErrorCode
- notMember → const ErrorCode
- notClass → const ErrorCode
- abstracted → const ErrorCode
- interfaceCtor → const ErrorCode
- unsupported → const ErrorCode
- bytecode → const ErrorCode
- version → const ErrorCode
- extern → const ErrorCode
- unknownOpCode → const ErrorCode
- notInitialized → const ErrorCode
- undefined → const ErrorCode
- undefinedExternal → const ErrorCode
- unknownTypeName → const ErrorCode
- undefinedOperator → const ErrorCode
- notNewable → const ErrorCode
- notCallable → const ErrorCode
- undefinedMember → const ErrorCode
- uninitialized → const ErrorCode
- condition → const ErrorCode
- nullObject → const ErrorCode
- nullSubSetKey → const ErrorCode
- subGetKey → const ErrorCode
- outOfRange → const ErrorCode
- assignType → const ErrorCode
- immutable → const ErrorCode
- notType → const ErrorCode
- argType → const ErrorCode
- argInit → const ErrorCode
- returnType → const ErrorCode
- stringInterpolation → const ErrorCode
- arity → const ErrorCode
- externalVar → const ErrorCode
- bytesSig → const ErrorCode
- circleInit → const ErrorCode
- namedArg → const ErrorCode
- iterable → const ErrorCode
- unkownValueType → const ErrorCode
- typeCast → const ErrorCode
- castee → const ErrorCode
- notSuper → const ErrorCode
- structMemberId → const ErrorCode
- unresolvedNamedStruct → const ErrorCode
- binding → const ErrorCode
- notStruct → const ErrorCode
- constValue → const ErrorCode
- importSelf → const ErrorCode
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited