Class: Vk::API::Oauth::Error
- Inherits:
-
Schema::Object
- Object
- Dry::Struct
- Schema::Object
- Vk::API::Oauth::Error
- Defined in:
- lib/vk/api/oauth/error.rb
Overview
Instance Method Summary collapse
-
#error ⇒ String
Error type.
-
#error_description ⇒ String
Error description.
-
#redirect_uri ⇒ String
URI for validation.
Instance Method Details
#error ⇒ String
Returns Error type.
11 |
# File 'lib/vk/api/oauth/error.rb', line 11 attribute :error, API::Types::Coercible::String |