Exception: Restify::ServerError

Inherits:
ResponseError show all
Defined in:
lib/restify/error.rb

Overview

A ServerError will be raised when a response has a 5XX status code.

Direct Known Subclasses

GatewayError, InternalServerError

Instance Attribute Summary

Attributes inherited from ResponseError

#response

Method Summary

Methods inherited from ResponseError

#code, #errors, from_code, #initialize, #status

Constructor Details

This class inherits a constructor from Restify::ResponseError