Error Set DiscardDelimiterLimitError [src]

Errors

ReadFailed
StreamTooLong

The delimiter was not found within the limit.

Source

pub const DiscardDelimiterLimitError = error{ ReadFailed, /// The delimiter was not found within the limit. StreamTooLong, }