timkendall / crynamo

DynamoDB client for Crystal.
https://timkendall.github.io/crynamo/
MIT License
14 stars 4 forks source link

Standardize on error handling #12

Closed timkendall closed 6 years ago

timkendall commented 6 years ago

We need a standard way to indicate wether or not an operation performed by Crynamo::Client has failed/succeeded.

timkendall commented 6 years ago

Looks like exceptions and nil returns a the standard ways to handle this.