Micro FocusĀ Enterprise DeveloperĀ 3.0 for Visual Studio 2013
>
General Reference
>
Error Messages
>
Syntax Checking Error Messages
>
COBCH0801 - COBCH0900
>
COBCH0841 - COBCH0860
COBCH0841 - COBCH0860
Lists the Syntax Checking error messages from COBCH0841 through COBCH0860.
COBCH0841 RETURNING item requires implicit cast
COBCH0842 Method <method-name> has multiple definitions with same signature
A method is defined more than once with the same signature. This isn't allowed as it would lead to ambiguity when the method was invoked.
COBCH0843 SET PROPERTY must have USING parameter and no RETURNING
COBCH0844 GET PROPERTY must have a RETURNING parameter
COBCH0845 Unknown class "class-name"
COBCH0846 Invalid use of ANY LENGTH clause
COBCH0847 OBJECT REFERENCE can only have OCCURS at 01 level
COBCH0848 Can only be used on native data item with OCCURS at 01 level
COBCH0849 Too many types specified for generic class
COBCH0850 Too many constraints specified for generic type
COBCH0851 Methods cannot be nested - END METHOD missing
COBCH0852 System error - unexpected error while generating IL code
COBCH0853 System error - evaluation stack mismatch
COBCH0854 System error - evaluation stack negative
COBCH0855 System error - evaluation stack exceeded limit
COBCH0856 System error - evaluation stack non-empty
COBCH0857 System error - failure during ILASM phase
COBCH0859 System error - peverify has determined that this program is not verifiable
COBCH0858 No static method found - cannot be a main program
COBCH0860 Object references must be specified at 01 level
Parent topic:
Messages COBCH0801 to COBCH0900