when `retry()`ing, it would be nice to just have a generic error string. For example: ```JS response.retry({error: "Oops, our server timed out. Please try paying again."}) ```