Class: Vk::API::Errors::APIErrorParam
- Defined in:
- lib/vk/api/errors.rb
Instance Method Summary collapse
- #code ⇒ Object
-
#initialize(msg = 'One of the parameters specified was missing or invalid') ⇒ APIErrorParam
constructor
A new instance of APIErrorParam.
Constructor Details
#initialize(msg = 'One of the parameters specified was missing or invalid') ⇒ APIErrorParam
Returns a new instance of APIErrorParam.
242 243 244 |
# File 'lib/vk/api/errors.rb', line 242 def initialize(msg = 'One of the parameters specified was missing or invalid') super end |
Instance Method Details
#code ⇒ Object
246 247 248 |
# File 'lib/vk/api/errors.rb', line 246 def code 100 end |