You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Create a formatted message for _logger.exception(...)
21
22
22
23
Arguments:
23
-
message_to_user -- A user-friendly message to be displayed on the front-end explaining the issue in simple terms.
24
+
error_user_msg -- A user-friendly message to be displayed on the front-end explaining the issue in simple terms.
24
25
error -- the instance of the handled exception
25
26
error_code -- A unique error code (e.g., OEC or osparc-specific) to identify the type or source of the error for easier tracking.
26
27
error_context -- Additional context surrounding the exception, such as environment variables or function-specific data. This can be derived from exc.error_context() (relevant when using the OsparcErrorMixin)
0 commit comments