module Errors # This is a generic response for generic problems the API doesn't really # receive any other diagnostic issue with. You should *not* trust the # client object after receiving this. class ServerError < Exception end end