Skip to content

Commit

Permalink
[INJIVER-445]: error handeling text update (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanth716 authored Jul 31, 2024
1 parent 3a0967e commit 891cbcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inji-verify/src/utils/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const OvpErrors: any = {
invalid_presentation_definition_uri: "Invalid Presentation Definition URI", // not being used, presentation definition being used
invalid_presentation_definition_reference:
"Invalid Presentation Definition Reference", // not being used, presentation definition being used.
resource_not_found: "The requested resource doesn’t exist.",
resource_not_found: "Something went wrong with your request. Please check and try again.",
request_time_out: "The request took too long. Please try again later.",
uri_too_long: "The URL is too long. Please use a shorter link.",
internal_server_error:
Expand Down

0 comments on commit 891cbcc

Please sign in to comment.