Sha256: 0a89e84d0a7de98431015dd4cb56360f50e673856d9cc6d984d855a633795be5
Contents?: true
Size: 1.21 KB
Versions: 1
Compression:
Stored size: 1.21 KB
Contents
# This file is automatically created by Recurly's OpenAPI generation process # and thus any edits you make by hand will be lost. If you wish to make a # change to this file, please create a Github issue explaining the changes you # need and we will usher them to the appropriate places. module Recurly module Resources class ErrorMayHaveTransaction < Resource # @!attribute message # @return [String] Message define_attribute :message, String # @!attribute params # @return [Array[Hash]] Parameter specific errors define_attribute :params, Array, { :item_type => Hash } # @!attribute transaction_error # @return [Hash] This is only included on errors with `type=transaction`. define_attribute :transaction_error, Hash # @!attribute type # @return [String] Type define_attribute :type, String, { :enum => ["bad_request", "internal_server_error", "immutable_subscription", "invalid_api_key", "invalid_api_version", "invalid_content_type", "invalid_permissions", "invalid_token", "not_found", "simultaneous_request", "transaction", "unauthorized", "unavailable_in_api_version", "unknown_api_version", "validation", "missing_feature"] } end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
recurly-3.0.0.beta.4 | lib/recurly/resources/error_may_have_transaction.rb |