Exception: ActionNetworkRest::Response::ServerError

Inherits:
ResponseError
  • Object
show all
Defined in:
lib/action_network_rest/response/raise_error.rb

Overview

Raised for 5xx responses. Subclasses ResponseError so existing rescues continue to catch server errors while allowing callers to distinguish transient server-side failures (worth retrying) from client errors.