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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[],[],null,["# DataActionResponse\n\nVersion 4.0.25.14 (latest) \nDatatype \nDescription \n(object) \nobject \nwebhook_id \n*lock* \nstring \nID of the webhook event that sent this data action. In some error conditions, this may be null. \nsuccess \n*lock* \nboolean \nWhether the data action was successful. \nrefresh_query \n*lock* \nboolean \nWhen true, indicates that the client should refresh (rerun) the source query because the data may have been changed by the action. \nvalidation_errors \n*lock* \n[ValidationError](/looker/docs/reference/looker-api/latest/types/ValidationError) \nValidation errors returned by the data action server.\nExpand ValidationError definition... \nmessage \n*lock* \nstring \nError details \nerrors \n[ValidationErrorDetail](/looker/docs/reference/looker-api/latest/types/ValidationErrorDetail)\\[\\] \nExpand ValidationErrorDetail definition... \nfield \n*lock* \nstring \nField with error \ncode \n*lock* \nstring \nError code \nmessage \n*lock* \nstring \nError info message \ndocumentation_url \n*lock* \nstring \nDocumentation link \ndocumentation_url \n*lock* \nstring \nDocumentation link \nmessage \n*lock* \nstring \nOptional 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.\n\nRelated Methods\n---------------\n\n- [DataAction/perform_data_action](../methods/DataAction/perform_data_action \"DataAction/perform_data_action\")"]]