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.46. Error 88 - Invalid argument.
Explanation:
An argument passed to a method, function, or routine was not valid.
The associated subcodes are:
900
message
.
901
Missing argument; argument
argument
is required.
902
The
argument
argument must be a number; found "
value
".
903
The
argument
argument must be a whole number; found "
value
".
904
The
argument
argument must be zero or a positive whole number; found "
value
".
905
Argument
argument
must be a positive whole number; found "
value
".
906
Argument
argument
must not exceed
limit
; found "
value
".
907
Argument
argument
must be in the range
min
to
max
; found "
value
".
908
Argument
argument
must not be a null string.
909
Argument
argument
must have a string value.
910
Argument
argument
is an invalid pad or character argument; found "
value
".
911
Argument
argument
is an invalid length value; found "
value
".
912
Argument
argument
is an invalid position value; found "
value
".
913
Argument
argument
must be a single-dimensional array.
914
Argument
argument
must be an instance of the
class
class.
915
Argument
argument
could not be converted to a
type
type.
916
Argument
argument
must be one of
values
; found "
value
".
917
Argument
argument
reason
.
918
Argument
argument
is not in a valid format; found "
value
".
919
Argument
argument
is not in valid pointer format; found "
value
".
920
Argument
argument
must be a stem object or stem name; found "
value
".
921
Argument
argument
must be a valid double value; found "
value
".
922
Too many arguments in invocation;
number
expected.
923
name
argument
argument_number
must be a single-dimensional array; found "
value
".
924
name
argument
argument_number
must be an array with exactly
count
items.
925
The
argument
argument must be zero or a positive number; found "
value
".
926
The
argument
argument must be a positive number; found "
value
".
927
The
argument
argument must be exactly "0" or "1"; found "
value
".
928
The
argument
argument must be a VariableReference instance; found "
value
".
929
The
argument
argument must be a VariableReference for a Stem variable; found "
value
".
930
The
argument
argument must be a VariableReference for a simple variable; found "
value
".
931
Argument
argument
was omitted. A VariableReference argument is required.
932
Date template
template
contains an invalid pattern; found "
value
".
933
Unable to parse date "
date
" with template "
template
".
Prev
C.1.45. Error 49 - Interpretation error.
Up
Home
Next
C.1.47. Error 89 - Variable or message term expec...