Menu
← Back to all error identifiers
Error Identifiers: paramOut.*
There are 4 error identifiers in the paramOut.* group:
-
Declared @param-out type is wider than necessary in a nested type component.
-
Declared @param-out type is bool but only one of true or false is ever assigned.
-
Value assigned to a by-reference parameter does not match its @param-out type.
-
Declared @param-out union type has a member that is never assigned.