Class: Seam::Resources::ActionAttempt::UpdateNoiseThreshold::Error

Inherits:
BaseResource
  • Object
show all
Defined in:
lib/seam/resources/action_attempt.rb

Instance Attribute Summary collapse

Attributes inherited from BaseResource

#client, #data

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

#messageString

Detailed description of the error. Provides insights into the issue and potentially how to rectify it.

Returns:

  • (String)


1589
1590
1591
# File 'lib/seam/resources/action_attempt.rb', line 1589

def message
  @message
end

#typeString

Type of the error.

Returns:

  • (String)


1592
1593
1594
# File 'lib/seam/resources/action_attempt.rb', line 1592

def type
  @type
end