WittyErrorCode | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Variable WittyErrorCodeConst

    WittyErrorCode: {
        CannotOutputCell: 18;
        CellNotAnArray: 16;
        DuplicateComponent: 9;
        DuplicateElse: 7;
        ElseOutsideIf: 6;
        EmptyCommand: 20;
        EndComponentOutsideComponent: 10;
        EndForeveryOutsideForevery: 12;
        EndIfOutsideIf: 8;
        EndRawcomponentOutsideRawcomponent: 23;
        ForeveryVarOutsideForevery: 17;
        InvalidClosingTag: 21;
        LinefeedWithinInstruction: 2;
        MissingComponentName: 24;
        MissingParameter: 22;
        NoSuchCell: 15;
        NoSuchComponent: 19;
        ParameterNotACell: 11;
        ReservedWordAsCell: 5;
        UnknownData: 3;
        UnknownEncoding: 4;
        UnterminatedBlock: 13;
        UnterminatedComment: 14;
        UnterminatedInstruction: 1;
    } = ...

    Type Declaration

    • ReadonlyCannotOutputCell: 18
    • ReadonlyCellNotAnArray: 16
    • ReadonlyDuplicateComponent: 9
    • ReadonlyDuplicateElse: 7
    • ReadonlyElseOutsideIf: 6
    • ReadonlyEmptyCommand: 20
    • ReadonlyEndComponentOutsideComponent: 10
    • ReadonlyEndForeveryOutsideForevery: 12
    • ReadonlyEndIfOutsideIf: 8
    • ReadonlyEndRawcomponentOutsideRawcomponent: 23
    • ReadonlyForeveryVarOutsideForevery: 17
    • ReadonlyInvalidClosingTag: 21
    • ReadonlyLinefeedWithinInstruction: 2
    • ReadonlyMissingComponentName: 24
    • ReadonlyMissingParameter: 22
    • ReadonlyNoSuchCell: 15
    • ReadonlyNoSuchComponent: 19
    • ReadonlyParameterNotACell: 11
    • ReadonlyReservedWordAsCell: 5
    • ReadonlyUnknownData: 3
    • ReadonlyUnknownEncoding: 4
    • ReadonlyUnterminatedBlock: 13
    • ReadonlyUnterminatedComment: 14
    • ReadonlyUnterminatedInstruction: 1