Response record returned by the SetKeyValue function.
EXPORT SetKeyValueResponseRec := RECORD BOOLEAN succeeded; BOOLEAN has_exceptions; ExceptionListLayout exceptions; END;
| succeeded | TRUE if the key/value was successfully set |
| has_exceptions | TRUE if any exceptions occurred during the operation |
| exceptions | ExceptionListLayout record containing any error details |