How to display a custom error message when trigger activation fails in Shopify Flow

We’re developing an app that adds triggers to Shopify Flow. We’re using Flow lifecycle events to track whether a workflow is being used by a customer.

When the app returns a non-2XX status code in the response, the user always sees the same error message:

Something went wrong during activation. Try again in a few minutes.

Could you please tell me if there’s any way to replace this error message with another one?

Our use case is that for the trigger to work, the user needs to enable it in the app settings. If the user hasn’t enabled the trigger in the settings, we’d like to show them a specific error message explaining that, and prevent the workflow from being activated. That way, the user would understand exactly what needs to be done to use the trigger.

You cannot currently customize those error messages

Thanks Paul. Could you please consider adding this possibility in some future Flow updates?