class DTK::Client::Error::ServerNotOkResponse
Used for trapping not ok rest responses
Attributes
response[R]
Public Class Methods
new(response)
click to toggle source
# File lib/client/error/subclasses.rb, line 30 def initialize(response) @response = response end