OSF DCE Problem Determination Guide

Error Messages and Status Codes
Text: Invalid use of tag %1$s
Explanation: You used a previously defined tag name in a declaration of a different type.
Tag names can be used for a <kw>(struct) or <kw>(union) declaration, but not both.
Action: Either make sure that each use of the tag name specifies the same type, or use
different tag names with each type.
0x13283143 NIDL_BINDING_COMMENT
Severity: Varies Component: idl
Text: Customized binding routines for [handle] type %1$s
Explanation: None
Action: None
0x1328303b NIDL_BROADPIPE
Severity: Varies Component: idl
Text: The attribute [broadcast] is not valid on an operation with pipes
Explanation: IDL does not allow pipes to be used in <kw>([broadcast]) operations.
Action: Remove the <kw>([broadcast]) attribute from the operation, or remove the
<kw>(pipe) parameter from the operation.
0x1328310a NIDL_BUGNOBUG
Severity: Varies Component: idl
Text: Command option -bug %1$lu conflicts with -no_bug %2$lu
Explanation: The command line options conflict with each other.
Action: Remove one of the conflicting options.
0x1328303d NIDL_CASECONENUM
Severity: Varies Component: idl
Text: Case label must be a constant from the enumeration of the discriminant
Explanation: The value of a <kw>(case) expression in a discriminated <kw>(union) is
from a different enumeration data type than the enumeration data type of the
discriminator variable in the <kw>(switch) clause.
Action: Change the discriminator declaration or the <kw>(case) expression so the
enumeration data types match.
0x1328303c NIDL_CASEDISCTYPE
Severity: Varies Component: idl
Text: Case label type does not agree with discriminator type
124330 Tandem Computers Incorporated 2399