Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 514 Bytes

File metadata and controls

24 lines (18 loc) · 514 Bytes

FastCommentsClient::AggregationAPIError

Properties

Name Type Description Notes
status APIStatus
reason String
code String
valid_resource_names Array<String> [optional]

Example

require 'fastcomments-client'

instance = FastCommentsClient::AggregationAPIError.new(
  status: null,
  reason: null,
  code: null,
  valid_resource_names: null
)