mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-25 11:14:05 +00:00
* transloadit: propagate error details when creating Assembly fails Clients are expected to use `error.assembly` to inspect details about failed Assemblies, but then we do need to always give that property back. I think we should have a test for this but not sure how to approach it, since it depends on responses from the Transloadit API. I guess we'd require a new e2e test for it? * Apply suggestions from code review Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com> Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com> |
||
|---|---|---|
| .. | ||
| Assembly.js | ||
| Assembly.test.js | ||
| AssemblyOptions.js | ||
| AssemblyOptions.test.js | ||
| AssemblyWatcher.js | ||
| Client.js | ||
| index.js | ||
| index.test.js | ||
| locale.js | ||
| parseUrl.js | ||
| parseUrl.test.js | ||