RecordGetUDFError Method

Aerospike
Get the error string returned by a UDF execute in a batch. Return null if an error did not occur.

Namespace:  Aerospike.Client
Assembly:  AerospikeClient (in AerospikeClient.dll) Version: 5.0.0.0 (5.0.0)
Syntax

C#
public string GetUDFError()

Return Value

Type: String
See Also

Reference