Sha256: 307ca02e2f9aa63c66665df1767ea26c9d308199ffb992aa9ce821336ab7a566

Contents?: true

Size: 261 Bytes

Versions: 8

Compression:

Stored size: 261 Bytes

Contents

module Reactor
  module Cm
    class BlobTooSmallError < XmlRequestError
      def initialize(msg = nil)
        super(msg ||
          "The blob is too small (smaller than tuning.minStreamingDataLength) to get streaming ticket id")
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
infopark_reactor-1.29.1 lib/reactor/cm/blob_too_small_error.rb
infopark_reactor-1.29.0 lib/reactor/cm/blob_too_small_error.rb
infopark_reactor-1.28.0 lib/reactor/cm/blob_too_small_error.rb
infopark_reactor-1.27.0.rc10 lib/reactor/cm/blob_too_small_error.rb
infopark_reactor-1.27.0.rc9 lib/reactor/cm/blob_too_small_error.rb
infopark_reactor-1.27.0.rc8 lib/reactor/cm/blob_too_small_error.rb
infopark_reactor-1.27.0.rc7 lib/reactor/cm/blob_too_small_error.rb
infopark_reactor-1.27.0.rc4 lib/reactor/cm/blob_too_small_error.rb