Exception: Flexr::Runtime::BufferTooLargeError
- Inherits:
-
ResourceLimitError
- Object
- StandardError
- Error
- LexError
- ResourceLimitError
- Flexr::Runtime::BufferTooLargeError
- Defined in:
- lib/flexr/runtime/errors.rb
Instance Attribute Summary
Attributes inherited from ResourceLimitError
Attributes inherited from LexError
#byte_pos, #filename, #line, #text
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize(**context) ⇒ BufferTooLargeError
constructor
A new instance of BufferTooLargeError.
Constructor Details
#initialize(**context) ⇒ BufferTooLargeError
Returns a new instance of BufferTooLargeError.
43 44 45 46 |
# File 'lib/flexr/runtime/errors.rb', line 43 def initialize(**context) super("FLEXR-E022", "streaming buffer exceeds max_buffer_size", help: "increase max_buffer_size, shorten tokens, or use retain_input: false", **context) end |