SetExitcallDetails

Set the details string for an exit call. This can be used, for example, to add the SQL statement that a DB backend has executed as part of the exit call. This data is then visible in the exit calls details UI for the transaction snapshot.

Format

func SetExitcallDetails(exitcall ExitcallHandle, details string) error

Parameters

  • exitcall: Handle to the exit call.
  • details: An arbitrary string to add to the exit call.

Returns

Nil on success, otherwise an error value.