ParseError package:streamly-core

This exception is used when a parser ultimately fails, the user of the parser is intimated via this exception.
Like ParseError but reports the stream position where the error ocurred. The Int is the position in the stream where the error ocurred. This exception is used by position reporting parser drivers.