From 7c65affc76b33c582e9491cb28082f5da540a373 Mon Sep 17 00:00:00 2001 From: Jamie Reece Wilson Date: Tue, 24 Oct 2023 17:14:27 +0100 Subject: [PATCH] [+] EStreamError::eErrorGenericFault [+] EStreamError::eErrorOutOfBounds --- Include/Aurora/IO/EStreamError.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Include/Aurora/IO/EStreamError.hpp b/Include/Aurora/IO/EStreamError.hpp index b5398e52..320cb711 100644 --- a/Include/Aurora/IO/EStreamError.hpp +++ b/Include/Aurora/IO/EStreamError.hpp @@ -16,6 +16,8 @@ namespace Aurora::IO eErrorStreamInterrupted, eErrorHandleClosed, eErrorOutOfMemory, - eErrorByteBuffer + eErrorByteBuffer, + eErrorGenericFault, + eErrorOutOfBounds ); } \ No newline at end of file