ReqServerSentEvents.FrameTooLargeError exception
(ReqServerSentEvents v0.2.0)
Copy Markdown
View Source
Raised when the SSE byte buffer grows past the configured :max_frame_size
without encountering a frame delimiter ("\n\n").
Summary
Types
@type t() :: %ReqServerSentEvents.FrameTooLargeError{ __exception__: true, limit: pos_integer(), size: non_neg_integer() }