class OData::ServiceError

Raised when the service returns an error

Attributes

http_code[R]

Public Class Methods

new(code) click to toggle source
# File lib/ruby_odata/exceptions.rb, line 7
def initialize(code)
  @http_code = code
end