OERecordReturnCode

The OERecordReturnCode returns codes that convey status regarding fields in a OERecord.

This namespace contains the following constants:

OK

Returned if the desired field exists.

NoValue

Returned if the field does not have a value.

NullValue

Returned if the field has a null value.

TypeMismatch

Returned if the field has a different type than the one specified in the call.

MetadataMismatch

Returned if the field being queried has different metadata than the metadata specified in the call.