Skip to content

Commit

Permalink
Update error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
danial303065 committed Aug 8, 2024
1 parent daffcd6 commit 7b9c271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/relay/src/utils/Errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit 7b9c271

Please sign in to comment.