List of all BMC Remedy ARS errors

All BMC Remedy AR Server messages with detailed description and developers comments.

Show/Hide menu

ARERR 5035

You can't call another method on the parent method because parent return type is not an object.

Description: When you nest a method, the parent method's return must be one of the following types: IDispatch, VARIANT, or Compatible. If the parent method's return type is not one of these types, this error is returned.

Community comments:

Top