Open BrynCooke opened 10 months ago
POC has no error handling. Errors on upload need to be propagated to the response errors.
Error handling basically works, but we have a larger issue with the router error handling as a whole. In particular how we deal with nested errors, especially when wrapped in errors that we don't own.
POC has no error handling. Errors on upload need to be propagated to the response errors.