C/C++ Programmer's Guide (G06.27+, H06.03+)

Table Of Contents
Run-Time Messages
HP C/C++ Programmer’s Guide for NonStop Systems429301-010
22-15
Function Parameter Messages
Function Parameter Messages
The CRE or run-time libraries report the messages in this subsection if there is a
problem with the parameters passed to a function.
55
Cause. A required parameter is missing or too many parameters were passed.
Effect. Program behavior depends on the function that was called and the language in
which it is written.
Recovery. Correct the program to pass a valid parameter.
56
Cause. The value passed as a procedure parameter was invalid.
Effect. Program behavior depends on the function that was called and the language in
which it is written.
Recovery. Correct the program to pass a valid parameter value.
57
Cause. The value passed as a procedure parameter is not acceptable in the context in
which it is passed. For example, the number of bytes in a write request is greater than
the number of bytes per record in the file.
Effect. Program behavior depends on the function that was called and the language in
which it is written.
Recovery. Correct the program to pass a valid parameter.
Missing or invalid parameter
Invalid parameter value
Parameter value not accepted