From 7b9c271b1c7ba01430835f032f77f0a777cb302f Mon Sep 17 00:00:00 2001 From: Danial Date: Thu, 8 Aug 2024 12:20:03 +0900 Subject: [PATCH] Update error messages --- packages/relay/src/utils/Errors.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/relay/src/utils/Errors.ts b/packages/relay/src/utils/Errors.ts index f99f4874..72c5276f 100644 --- a/packages/relay/src/utils/Errors.ts +++ b/packages/relay/src/utils/Errors.ts @@ -77,7 +77,7 @@ export class ResponseMessage { ["2033", "The task ID is not exist"], ["2040", "The status code for this task cannot be approved"], ["3001", "Bridge functionality is not yet available"], - ["3072", "This is not a permitted shop ID"], + ["3072", "The shopId is invalid"], ["4000", "Denied by user"], ["5000", "Smart Contract Error"], ["6000", "Server Error"],