Skip to content

LiveObject: Inconsistent error handling in async methods #1136

@sacOO7

Description

@sacOO7
  • Currently, when asynchronous methods throw an exception, our callback mechanism only captures the ErrorInfo from the exception.
  • This ErrorInfo is then passed through the onError callback method.
  • In contrast, for blocking methods, the thrown exception is returned to the caller as-is, without being wrapped or altered.

┆Issue is synchronized with this Jira Task by Unito

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions