Sha256: c4c592e2d3f0fe8778bf57fb57c469926f3b5beab3bae9eecb5b5af4efaf2056

Contents?: true

Size: 492 Bytes

Versions: 1

Compression:

Stored size: 492 Bytes

Contents

module NSIVideoConvert
  module Errors
    module Client
      class KeyNotFoundError < RuntimeError
      end

      class MissingParametersError < RuntimeError
      end

      class MalformedRequestError < RuntimeError
      end

      class AuthenticationError < RuntimeError
      end

      class SAMConnectionError < RuntimeError
      end

      class ConnectionRefusedError < RuntimeError
      end

      class QueueServiceConnectionError < RuntimeError
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
nsivideoconvert-0.0.1 lib/nsivideoconvert/errors.rb