Re: [PATCH 3/3] tests/functional/asset: Add AssetError exception class

2025-03-11 Thread Thomas Huth
On 12/03/2025 06.17, Nicholas Piggin wrote: Assets are uniquely identified by human-readable-ish url, so make an AssetError exception class that prints url with error message. A property 'transient' is used to capture whether the client may retry or try again later, or if it is a serious and lik

[PATCH 3/3] tests/functional/asset: Add AssetError exception class

2025-03-11 Thread Nicholas Piggin
Assets are uniquely identified by human-readable-ish url, so make an AssetError exception class that prints url with error message. A property 'transient' is used to capture whether the client may retry or try again later, or if it is a serious and likely permanent error. This is used to retain th