Prev
Open Object Rexx
Next
Code style
dark
electric
light
print
rgfdark
rgflight
tokio-day
tokio-night
vim-dark-blue
vim-dark-darkblue
vim-dark-desert
vim-dark-elflord
vim-dark-evening
vim-dark-industry
vim-dark-koehler
vim-dark-murphy
vim-dark-pablo
vim-dark-ron
vim-dark-slate
vim-dark-torte
vim-light-delek
vim-light-morning
vim-light-peachpuff
vim-light-shine
vim-light-zellner
C.1.51. Error 93 - Incorrect call to method.
Explanation:
The specified method, built-in function, or external routine exists, but you used it incorrectly.
The associated subcodes are:
900
message
.
901
Not enough arguments for method;
number
expected.
902
Too many arguments in invocation of method;
number
expected.
903
Missing argument in method; argument
argument
is required.
904
Method argument
argument
must be a number; found "
value
".
905
Method argument
argument
must be a whole number; found "
value
".
906
Method argument
argument
must be zero or a positive whole number; found "
value
".
907
Method argument
argument
must be a positive whole number; found "
value
".
908
Method argument
argument
must not exceed
limit
; found "
value
".
909
Method argument
argument
must be in the range 0-99; found "
value
".
911
Method argument
argument
must not be null.
912
Method argument
argument
must be a hexadecimal string; found "
value
".
913
Method argument
argument
must be a valid symbol; found "
value
".
914
Method argument
argument
must be one of
arguments
; found "
value
".
915
Method option must be one of "
arguments
"; found "
value
".
917
Method
method
does not exist.
918
Incorrect list index "
index
".
919
Incorrect array position "
position
".
921
Argument missing on binary operator.
922
Incorrect pad or character argument specified; found "
value
".
923
Invalid length argument specified; found "
value
".
924
Invalid position argument specified; found "
value
".
925
Not enough subscripts for array;
number
expected.
926
Too many subscripts for array;
number
expected.
927
Length must be specified to convert a negative value.
928
D2X value must be a valid whole number; found "
value
".
929
D2C value must be a valid whole number; found "
value
".
931
Incorrect location of whitespace character in position
position
in hexadecimal string.
932
Incorrect location of whitespace character in position
position
in binary string.
933
Only 0-9, a-f, A-F, and whitespace characters are valid in a hexadecimal string; character found "
character
".
934
Only 0, 1, and whitespace characters are valid in a binary string; character found "
character
".
935
X2D result is not a valid whole number with NUMERIC DIGITS
digits
.
936
C2D result is not a valid whole number with NUMERIC DIGITS
digits
.
937
No more supplier items available.
938
Method argument
argument
must have a string value.
939
Method argument
argument
must have a single-dimensional array value.
940
method
method target must be a whole number; found "
value
".
941
Exponent of "
exponent
" is too large for
number
spaces.
942
Integer part of "
integer
" is too large for
number
spaces.
943
method
method target must be a number; found "
value
".
944
Method argument
argument
must be a message object.
945
Missing argument in message array; argument
argument
is required.
946
A message array must be a single-dimensional array with 2 elements.
947
Method SECTION can be used only on single-dimensional arrays.
948
Method argument
argument
must be of the
class
class.
949
The value and index objects must be the same for PUT to an index-only collection.
951
Incorrect alarm time; found "
time
".
952
Method argument
argument
is an array and does not contain all string values.
953
Method argument
argument
could not be converted to type
type
.
954
Method "
method
" can be used only on a single-dimensional array.
956
Element
element
of the array must be a string.
957
Target object "
object
" is not a subclass of the message override scope (
scope
).
958
Positioning of transient streams is not valid.
959
An array cannot contain more than
size
elements.
961
The
argument
argument must be a string or array object.
962
Invalid Base64 encoded string.
963
Call to unsupported or unimplemented method.
964
Application error:
message
.
965
Method
name
is ABSTRACT and cannot be directly invoked.
966
Incorrect queue index "
index
".
967
NEW method is not supported for the
name
class.
968
Invalid native method signature specification.
969
Method argument
argument
must have a stem object value; found "
value
".
970
COPY method is not supported for object
object
.
971
Method argument
argument
cannot have more than a single dimension.
972
A message name argument must be a string or an array with 2 elements; found "
value
".
973
ORDERABLE comparison method "
method
" argument cannot be .nil.
974
The
argument
argument must be a string, array, or method object.
975
Invalid
option
value; found "
value
".
976
Hexadecimal strings must be grouped in units that are multiples of two characters.
977
Binary strings must be grouped in units that are multiples of four characters.
978
Method argument
argument
could not be converted to type
type
; found "
value
".
Prev
C.1.50. Error 92 - OLE error.
Up
Home
Next
C.1.52. Error 97 - Object method not found.