BASE/3008

Template

Run time error

Name

BASE/3008

Category

Run time errors

Oneliner

Invalid type of argument

Description

The passed argument(s) is not a string. It should be a string with a variable name or an one-dimensional array of strings.

Examples

      __MVPRIVATE, __MVPUBLIC

Compliance

Harbour

BASE/3007

Template

Run time error

Name

BASE/3007

Category

Run time errors

Oneliner

Invalid type of argument

Description

The passed arguments are causing conflict in handling of the request. There is no point in waiting forever for no input events!

Examples

      INKEY

Compliance

Harbour

BASE/3005

Template

Run time error

Name

BASE/3005

Category

Run time errors

Oneliner

Incorrect arguments type

Description

Either the first argument was not an object or the second argument wasn’t a string.

Examples

      ISMESSAGE, OSEND

Compliance

Harbour

BASE/3004

Template

Run time error

Name

BASE/3004

Category

Run time errors

Oneliner

Cannot modify a DATA item in a class

Description

The attempt to modify a data member of a class was made. Only INLINE and METHOD can be modified

Examples

      CLASSMOD

Compliance

Harbour

BASE/3003

Template

Run time error

Name

BASE/3003

Category

Run time errors

Oneliner

Cannot find super class

Description

Passed argument is not a name of defined class

Examples

      __INSTSUPER

Compliance

Harbour

BASE/3002

Template

Run time error

Name

BASE/3002

Category

Run time errors

Oneliner

Super class does not return an object

Description

Passed argument is not a name of defined class or specified class doesn’t have a super class

Examples

      __INSTSUPER

Compliance

Harbour

BASE/3001

Template

Run time error

Name

BASE/3001

Category

Run time errors

Oneliner

Incorrect argument type

Description

The passed argument is not an object. Only data of type OBJECT can be cloned by this function

Examples

      OCLONE

Compliance

Harbour

BASE/2020

Template

Run time error

Name

BASE/2020

Category

Run time errors

Oneliner

Invalid argument passed to function

Description

The passed value is negative. Only values > 0 are allowed.

Examples

      SET DECIMALS
      SET EPOCH
      SET MARGIN
      SET MESSAGE

Compliance

Clipper

BASE/2017

Template

Run time error

Name

BASE/2017

Category

Run time errors

Oneliner

Invalid argument passed to a function

Description

The first argument is not an array or/and the second argument is not a code block

Examples

      AEVAL

Compliance

Clipper

BASE/2012

Template

Run time error

Name

BASE/2012

Category

Run time errors

Oneliner

File error

Description

An error has occurred during the attempt to open, create or write during copy operation

Examples

      __COPYFILE

Compliance

Clipper