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
Currently when record does not exist using provided Hash[+Range] keys, DataTable.Find throws InvalidOperationException with exception message 'Sequence contains no elements', which is not really friendly message, describing that record was not found in DynamoDb.
null return or pretty message instead would be nice.
The text was updated successfully, but these errors were encountered:
Currently when record does not exist using provided Hash[+Range] keys, DataTable.Find throws InvalidOperationException with exception message 'Sequence contains no elements', which is not really friendly message, describing that record was not found in DynamoDb.
null return or pretty message instead would be nice.
The text was updated successfully, but these errors were encountered: