Sha256: bc1222ced6534d41322b1260eb7568b0bfb55b52b2069efed2a18e5d76460a66

Contents?: true

Size: 602 Bytes

Versions: 10

Compression:

Stored size: 602 Bytes

Contents

# frozen_string_literal: true

module LedgerSync
  module Adaptors
    module Test
      class Error
        class AdaptorError
          module Operations
            class ThrottleError < Operation::Update
              class Contract < LedgerSync::Adaptors::Contract
                schema do
                end
              end

              private

              def operate
                failure(
                  LedgerSync::Error::AdaptorError::ThrottleError.new(adaptor: adaptor)
                )
              end
            end
          end
        end
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
ledger_sync-1.3.2 lib/ledger_sync/adaptors/test/error/adaptor_error/operations/throttle_error.rb
ledger_sync-1.3.1 lib/ledger_sync/adaptors/test/error/adaptor_error/operations/throttle_error.rb
ledger_sync-1.1.3 lib/ledger_sync/adaptors/test/error/adaptor_error/operations/throttle_error.rb
ledger_sync-1.1.2 lib/ledger_sync/adaptors/test/error/adaptor_error/operations/throttle_error.rb
ledger_sync-1.1.1 lib/ledger_sync/adaptors/test/error/adaptor_error/operations/throttle_error.rb
ledger_sync-1.0.10 lib/ledger_sync/adaptors/test/error/adaptor_error/operations/throttle_error.rb
ledger_sync-1.0.9 lib/ledger_sync/adaptors/test/error/adaptor_error/operations/throttle_error.rb
ledger_sync-1.0.3 lib/ledger_sync/adaptors/test/error/adaptor_error/operations/throttle_error.rb
ledger_sync-1.0.2 lib/ledger_sync/adaptors/test/error/adaptor_error/operations/throttle_error.rb
ledger_sync-1.0.0 lib/ledger_sync/adaptors/test/error/adaptor_error/operations/throttle_error.rb