lib/atol/errors.rb in atol-0.7 vs lib/atol/errors.rb in atol-0.7.1
- old
+ new
@@ -18,10 +18,10 @@
class StateMissingUuidError < StandardError; end
class StateNotFoundError < StandardError; end
class ZeroItemQuantityError < StandardError; end
ERRORS = Hash[
- 0 => BadJSONError,
+ 0 => BadJSONError,
10 => IncomingMissingTokenError,
11 => IncomingExpiredTokenError,
20 => GroupCodeToTokenError,
30 => StateMissingUuidError,
31 => IncomingOperationNotSupportError,