class Rhc::Rest::ValidationException

Exceptions thrown in case of an HTTP 422 is received.

Attributes

field[R]

Public Class Methods

new(message, field=nil) click to toggle source
# File lib/rhc-rest/exceptions/exceptions.rb, line 46
def initialize(message, field=nil)
  super(message)
  @field = field
end