OSF DCE Problem Determination Guide

Error Messages and Status Codes
certain type of error occurs during execution of an operation. Thus, the operation must be
declared to deliver a result of data type <kw>(error_status_t).
Action: Declare the operation result to be of data type <kw>(error_status_t).
0x132830ee NIDL_STSVARTYPE
Severity: Varies Component: idl
Text: A parameter with [%1$s] must be of type error_status_t
Explanation: A <kw>([comm_status]) or <kw>([fault_status]) parameter or function
result is used to return an error code if a certain type of error occurs during execution of
an operation. The data type of the variable must be <kw>(error_status_t).
Action: Declare the variable to be of data type <kw>(error_status_t).
0x13283010 NIDL_STUBCOMPILE
Severity: Varies Component: idl
Text: Compiling stub module %1$s
Explanation: None
Action: None
0x13283011 NIDL_STUBCREATE
Severity: Varies Component: idl
Text: Creating stub module %1$s
Explanation: None
Action: None
0x13283012 NIDL_STUBDELETE
Severity: Varies Component: idl
Text: Deleting stub module %1$s
Explanation: None
Action: None
0x13283126 NIDL_SWATTRNEU
Severity: Varies Component: idl
Text: A [switch_is] attribute is only valid on a nonencapsulated union
Explanation: A <kw>([switch_is]) attribute is used on a union type to identify the union
discriminator variable. It is not valid on a non-union type. It is also not valid on an
encapsulated union type, where the union discriminator variable is encapsulated as a field
within the union type.
124330 Tandem Computers Incorporated 2461