class Rack::JsonSchema::RequestValidation::LinkNotFound
Error
class for case when no link defined for given request
Public Instance Methods
id()
click to toggle source
# File lib/rack/json_schema/request_validation.rb, line 186 def id "link_not_found" end
status()
click to toggle source
# File lib/rack/json_schema/request_validation.rb, line 182 def status 404 end