Exception: Rublox::Errors::UnhandledStatusCodeError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/rublox/util/errors.rb

Overview

This error is raised when an error returned by the Roblox API should be dealt by the user

Instance Attribute Summary collapse

Instance Attribute Details

#errorsString (readonly)

Returns a formatted string of errors returned by the Roblox API.

Returns:

  • (String)

    a formatted string of errors returned by the Roblox API



26
27
28
# File 'lib/rublox/util/errors.rb', line 26

def errors
  @errors
end

#responseHTTP::Response (readonly)

Returns the response object.

Returns:

  • (HTTP::Response)

    the response object



24
25
26
# File 'lib/rublox/util/errors.rb', line 24

def response
  @response
end