Skip to content

Commit

Permalink
feat: added remaining enum values
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso committed Oct 20, 2023
1 parent 65f76f3 commit 51e9f04
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,8 @@ enum class Status {
OK,
ZERO_RESULTS,
NOT_FOUND,
REQUEST_DENIED
REQUEST_DENIED,
OVER_QUERY_LIMIT,
INVALID_REQUEST,
UNKNOWN_ERROR
}

0 comments on commit 51e9f04

Please sign in to comment.