Run Time Error Messages

BASE/1003
BASE/1067
BASE/1068
BASE/1069
BASE/1070
BASE/1072
BASE/1073
BASE/1074
BASE/1075
BASE/1076
BASE/1077
BASE/1078
BASE/1079
BASE/1081
BASE/1082
BASE/1085
BASE/1086
BASE/1089
BASE/1090
BASE/1092
BASE/1093
BASE/1094
BASE/1095
BASE/1096
BASE/1097
BASE/1098
BASE/1099
BASE/1100
BASE/1101
BASE/1102
BASE/1103
BASE/1104
BASE/1105
BASE/1106
BASE/1107
BASE/1108
BASE/1109
BASE/1110
BASE/1111
BASE/1112
BASE/1113
BASE/1114
BASE/1115
BASE/1116
BASE/1117
BASE/1120
BASE/1122
BASE/1124
BASE/1126
BASE/1132
BASE/1133
BASE/2010
BASE/2012
BASE/2017
BASE/2020
BASE/3001
BASE/3002
BASE/3003
BASE/3004
BASE/3005
BASE/3007
BASE/3008
BASE/3009
BASE/3010
BASE/3011
BASE/3012
BASE/3101
BASE/3102
BASE/3103
TERM/2013
TOOLS/4001

TOOLS/4001

Template

Run time error

Name

TOOLS/4001

Category

Run time errors

Oneliner

Invalid argument passed to function

Description

The second arguments passed to a function is not a string.

Examples

      ISLEAPYEAR

Compliance

Harbour

TERM/2013

Template

Run time error

Name

TERM/2013

Category

Run time errors

Oneliner

Create error

Description

The specified file cannot be created due some OS error.

Examples

      SET, SET ALTERNATE TO

Compliance

Clipper

BASE/3103

Template

Run time error

Name

BASE/3103

Category

Run time errors

Oneliner

A symbol should be added to a class, but the symbol already exists.

Description

A symbol should be added to a class, but the symbol already exists.

Examples

      __OBJ*()

Compliance

Harbour

BASE/3102

Template

Run time error

Name

BASE/3102

Category

Run time errors

Oneliner

A symbol should be modified or deleted from a class, but the symbol doesn’t exist.

Description

A symbol should be modified or deleted from a class, but the symbol doesn’t exist.

Examples

      __OBJ*()

Compliance

Harbour

BASE/3101

Template

Run time error

Name

BASE/3101

Category

Run time errors

Oneliner

Invalid argument passed to an object/class function

Description

One passed argument is not of the required type.

Examples

      __OBJ*()

Compliance

Harbour

BASE/3012

Template

Run time error

Name

BASE/3012

Category

Run time errors

Oneliner

Invalid argument passed to a function

Description

The first argument is not a string with function/procedure name that should be called.

Examples

      DO

Compliance

Harbour

BASE/3011

Template

Run time error

Name

BASE/3011

Category

Run time errors

Oneliner

Invalid argument passed to a function

Description

The attempt to retrieve the function argument that was not passed. The number of requested argument is greater then the number of passed arguments.

Examples

      PVALUE

Compliance

Harbour

BASE/3010

Template

Run time error

Name

BASE/3010

Category

Run time errors

Oneliner

Incorrect argument passed to __MVPUT function

Description

__MVPUT function expects at least one argument: a string with a name of variable. The value of this variable will be set.

Examples

      __MVPUT

Compliance

Harbour

BASE/3009

Template

Run time error

Name

BASE/3009

Category

Run time errors

Oneliner

Incorrect argument passed to __MVGET function

Description

__MVGET function expects only one argument: a string with a name of variable. The value of this variable will be returned.

Examples

      __MVGET

Compliance

Harbour