Exception: Aws::Xray::CanNotSendAllByteError

Inherits:
BaseError
  • Object
show all
Defined in:
lib/aws/xray/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(payload_len, sent_len) ⇒ CanNotSendAllByteError

Returns a new instance of CanNotSendAllByteError.



25
26
27
# File 'lib/aws/xray/errors.rb', line 25

def initialize(payload_len, sent_len)
  super("Can not send all bytes: expected #{payload_len} but #{sent_len} sent")
end