Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@

DEFAULT_API_VERSION = "v0"
_FMSG_INTERNAL_ERROR_USER_FRIENDLY_WITH_OEC = (
"We apologize for the inconvenience."
" Our team has recorded the issue [SupportID={error_code}] and is working to resolve it as quickly as possible."
" Thank you for your patience"
"We apologize for the inconvenience. "
"Our team has recorded the issue [SupportID={error_code}]. "
"If the issue persist please report it."
)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ async def observing_single_service(
# With unhandled errors, let's generate and ID and send it to the end-user
# so that we can trace the logs and debug the issue.
user_error_msg = (
f"This service ({service_name}) unexpectedly failed."
" Our team has recorded the issue and is working to resolve it as quickly as possible."
" Thank you for your patience."
f"This service ({service_name}) unexpectedly failed. "
"Our team has recorded the issue. "
"If the issue persist please report it."
)
error_code = create_error_code(exc)

Expand Down
Loading