class Rhc::Rest::ValidationException

Exceptions thrown in case of an HTTP 422 is received.

Attributes

attribute[R]
error_code[R]
message[R]

Public Class Methods

new(messages) click to toggle source
# File lib/rhc-rest/exceptions/exceptions.rb, line 68
def initialize(messages)
  if not messages.nil?

  end
end