diff --git a/frontend/src/app/shared/state/contents.state.ts b/frontend/src/app/shared/state/contents.state.ts index 1b083bcac..264ad36c5 100644 --- a/frontend/src/app/shared/state/contents.state.ts +++ b/frontend/src/app/shared/state/contents.state.ts @@ -411,7 +411,7 @@ export abstract class ContentsStateBase extends State { const error = errors[0].error!; if (errors.length >= contents.length) { - throw error; + throw error.toError(); } else { this.dialogs.notifyError(error.toError()); }