Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere 10 - Error Messages » MobiLink Server Error Messages » Alphabetic list of error messages

Script '%1!s!' requires %2!s! parameters, but %3!s! parameters were supplied Next Page

Script '%1!s!' returned an object of type '%2!s!', which is not a subtype of 'System.Void' or 'System.String'


Item

Value

Constant

EL_DNET_INVALID_RETURN_OBJ

Error code

-10185

Parameter 1

The method name.

Parameter 2

The returned object type.

Probable cause

When invoked, the script returned an object of unexpected type. Change your method to always return an object of the correct type.