Module: Diffend::HandleErrors::Messages

Defined in:
lib/diffend/handle_errors/messages.rb

Constant Summary collapse

PAYLOAD_DUMP =
'^^^ Above is the dump of your request ^^^'
UNHANDLED_EXCEPTION =
"\\nSomething went really wrong. We recorded this incident in our system and will review it.\\n\nThis is a bug, don't hesitate.\\n\nCreate an issue at https://github.com/diffend-io/diffend-ruby/issues\\n\n"
UNSUPPORTED_RESPONSE =
"\\nAPI returned an unsupported response. We recorded this incident in our system and will review it.\\n\nThis is a bug, don't hesitate.\\n\nCreate an issue at https://github.com/diffend-io/diffend-ruby/issues\\n\n"
UNSUPPORTED_VERDICT =
"\\nAPI returned an unsupported verdict. We recorded this incident in our system and will review it.\\n\nThis is a bug, don't hesitate.\\n\nCreate an issue at https://github.com/diffend-io/diffend-ruby/issues\\n\n"
REQUEST_ERROR =
"\\nWe were unable to process your request at this time. We recorded this incident in our system and will review it.\\n\nIf you think that this is a bug, don't hesitate.\\n\nCreate an issue at https://github.com/diffend-io/diffend-ruby/issues\\n\n"