Class: Seam::Resources::ActionAttempt::CreateNoiseThreshold::Error
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::ActionAttempt::CreateNoiseThreshold::Error
- Defined in:
- lib/seam/resources/action_attempt.rb
Instance Attribute Summary collapse
-
#message ⇒ String
Detailed description of the error.
-
#type ⇒ String
Type of the error.
Attributes inherited from BaseResource
Method Summary
Methods inherited from BaseResource
#[], aliased_accessor, attribute_aliases, date_accessor, discriminated_by, #initialize, #inspect, load_from_response, resource_accessor, resource_accessors, resource_list_accessor, resource_list_accessors, #update_from_response
Constructor Details
This class inherits a constructor from Seam::Resources::BaseResource
Instance Attribute Details
#message ⇒ String
Detailed description of the error. Provides insights into the issue and potentially how to rectify it.
1516 1517 1518 |
# File 'lib/seam/resources/action_attempt.rb', line 1516 def @message end |
#type ⇒ String
Type of the error.
1519 1520 1521 |
# File 'lib/seam/resources/action_attempt.rb', line 1519 def type @type end |