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 may be a need for an error channel in the DynamoDBQuery trait. In cases where users can pass invalid options it may be beneficial to provide them with an error and let them account for those cases. After a short discussion with John he suggested that it could be modeled after ZIO's die/dieMessage/failCause.
We would also be able to write helpers like DynamoDBQuery.when(f: A => Boolean) that would produce a failed DynamoDBQuery in the event that the passed function returned false.
The text was updated successfully, but these errors were encountered:
There may be a need for an error channel in the DynamoDBQuery trait. In cases where users can pass invalid options it may be beneficial to provide them with an error and let them account for those cases. After a short discussion with John he suggested that it could be modeled after ZIO's
die
/dieMessage
/failCause
.We would also be able to write helpers like
DynamoDBQuery.when(f: A => Boolean)
that would produce a failed DynamoDBQuery in the event that the passed function returned false.The text was updated successfully, but these errors were encountered: