module Enlight module Responses module Status SUCCESS = 0 ERROR = 10 NOT_FOUND = 20 INVALID_INTEGRATION_KEY = 30 end end end