Module: ApiErrors

Included in:
ResponseFormatter
Defined in:
lib/utils/api_errors.rb

Overview

contains all the errors the api can return.

Constant Summary collapse

UNEXPECTED_BLACK_DESERT_RESPONSE =
{
  error: 'the black desert api returned an unexpected value. please report this to jpegzilla.'
}.freeze.to_json