Version 4.0.24.14
Datatype
Description
(object)
webhook_id
lock
ID of the webhook event that sent this data action. In some error conditions, this may be null.
success
lock
Whether the data action was successful.
refresh_query
lock
When true, indicates that the client should refresh (rerun) the source query because the data may have been changed by the action.
validation_errors
lock
Validation errors returned by the data action server.
Expand ValidationError definition...
message
lock
Error details
errors
Expand ValidationErrorDetail definition...
field
lock
Field with error
code
lock
Error code
message
lock
Error info message
documentation_url
lock
Documentation link
documentation_url
lock
Documentation link
message
lock
Optional message returned by the data action server describing the state of the action that took place. This can be used to implement custom failure messages. If a failure is related to a particular form field, the server should send back a validation error instead. The Looker web UI does not currently display any message if the action indicates 'success', but may do so in the future.