OSF DCE Problem Determination Guide

Error Messages and Status Codes
0x13283154 NIDL_TYPENEST
Severity: Varies Component: idl
Text: Types with the [%1$s] attribute cannot be nested
Explanation: A type with the indicated attribute cannot include another type with the
same attribute.
Action: Do not nest types with the attribute.
0x132830f5 NIDL_TYPENOTFND
Severity: Varies Component: idl
Text: Type name: %1$s not found
Explanation: The type <v>(name) is not declared at this point in the interface
declaration.
Action: Correct the spelling of <v>(name) if incorrect, and make sure that a definition of
<v>(name) precedes the reference.
0x13283164 NIDL_TYPEOFBYTES
Severity: Varies Component: idl
Text: Type with [%1$s] must resolve to byte or structure containing only byte fields
Explanation: A type with the indicated attribute must be defined as an IDL type that
resolves to byte or to a structure type in which all of the fields have types which resolve
to byte.
Action: Change the type definition, or remove the attribute if it is not needed.
0x13283013 NIDL_TYPEREPAS
Severity: Varies Component: idl
Text: Type %1$s has a represent_as data type %2$s
Explanation: IDL does not allow a data type that has a <kw>([represent_as]) type to
itself be used as a <kw>([represent_as]) type in another type definition.
Action: The message gives information to help you locate the problem.
0x1328312b NIDL_TYPEREPCFMT
Severity: Varies Component: idl
Text: A type with the [represent_as] attribute cannot be conformant
Explanation: IDL does not allow a conformant network type to have a local represented
type.
Action: Use a valid IDL construct.
124330 Tandem Computers Incorporated 2465