Skip to content

Commit

Permalink
cover all the bases with this
Browse files Browse the repository at this point in the history
  • Loading branch information
dialtone committed Jan 11, 2012
1 parent 3a18091 commit d556fac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/dynamodb.erl
Expand Up @@ -70,5 +70,7 @@ submit(Endpoint, Headers, Body, Timeout) ->
{ok, {{500, Code}, _Headers, ErrorString}} ->
{error, Code, ErrorString};
{error, Reason} ->
{error, unknown, Reason}
{error, unknown, Reason};
Other ->
{error, response, Other}
end.

0 comments on commit d556fac

Please sign in to comment.