Error Handling
Set Variable operations involving buckets can sometimes fail, learn how to deal with these cases in this page.
Status Variable
Section titled “Status Variable”In Set Variable actions that deal with loading/unloading buckets, you can supply a variable to hold the result of the operation (success, or some error code).
By checking this variable, you can create error handling logic. In most cases you’ll want to retry the operation after a short delay.