|
xdrpp
RFC4506 XDR compiler and message library
|
Attempt to access wrong field of a union. More...
#include <types.h>


Attempt to access wrong field of a union.
Note that this is not an xdr_runtime_error, because it cannot result from unmarshalling garbage arguments. Rather it is a logic error in application code that neglected to check the union discriminant before accessing the wrong field.
1.8.13