Sha256: 295e096fc8a1cf958add6584aab0729289ae9debe15736c1a2c1e8932a22c43d
Contents?: true
Size: 1.26 KB
Versions: 53
Compression:
Stored size: 1.26 KB
Contents
# frozen_string_literal: true module Diffend module HandleErrors module Messages PAYLOAD_DUMP = '^^^ Above is the dump of your request ^^^' UNHANDLED_EXCEPTION = <<~MSG \nSomething went really wrong. We recorded this incident in our system and will review it.\n This is a bug, don't hesitate.\n Create an issue at https://github.com/diffend-io/diffend-ruby/issues\n MSG UNSUPPORTED_RESPONSE = <<~MSG \nAPI returned an unsupported response. We recorded this incident in our system and will review it.\n This is a bug, don't hesitate.\n Create an issue at https://github.com/diffend-io/diffend-ruby/issues\n MSG UNSUPPORTED_VERDICT = <<~MSG \nAPI returned an unsupported verdict. We recorded this incident in our system and will review it.\n This is a bug, don't hesitate.\n Create an issue at https://github.com/diffend-io/diffend-ruby/issues\n MSG REQUEST_ERROR = <<~MSG \nWe were unable to process your request at this time. We recorded this incident in our system and will review it.\n If you think that this is a bug, don't hesitate.\n Create an issue at https://github.com/diffend-io/diffend-ruby/issues\n MSG end end end
Version data entries
53 entries across 53 versions & 2 rubygems