update error enum

This commit is contained in:
yggverse 2024-10-28 02:55:25 +02:00
parent 5a30b63a27
commit b2bceb775a
2 changed files with 4 additions and 6 deletions

View file

@ -1,7 +1,5 @@
pub enum Error {
Buffer,
Decode,
Format,
InputStream,
Overflow,
InputStreamRead,
BufferOverflow,
}