diff --git a/app/platform/fabric/FabricClient.ts b/app/platform/fabric/FabricClient.ts index bf7eb9617..e33a34195 100644 --- a/app/platform/fabric/FabricClient.ts +++ b/app/platform/fabric/FabricClient.ts @@ -57,7 +57,7 @@ export class FabricClient { } catch (error) { // TODO in case of the failure, should terminate explorer? logger.error(error); - throw new ExplorerError(error); + throw new ExplorerError(explorerError.ERROR_1009); } // Getting channels from queryChannels