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
There are certain use cases where Askar JS is throwing a custom error (code 100) when I think it would be more appropriate to throw a specific error. These are the cases I've found during an initial integration with aries-framework-javascript:
Session.fetch and no entry has been found (should be NotFound or simply return undefined, as current API suggests)
Session.fetchKey and no entry has been found (should be NotFound as current API suggests)
Scan.fetchAll/Session.fetchAllKeys and no entries matching the query have been found (should be NotFound or simply return an empty array)
The text was updated successfully, but these errors were encountered:
There are certain use cases where Askar JS is throwing a custom error (code 100) when I think it would be more appropriate to throw a specific error. These are the cases I've found during an initial integration with aries-framework-javascript:
The text was updated successfully, but these errors were encountered: