[+] EStreamError::eErrorGenericFault

[+] EStreamError::eErrorOutOfBounds
This commit is contained in:
Reece Wilson 2023-10-24 17:14:27 +01:00
parent ceb67798f1
commit 7c65affc76

View File

@ -16,6 +16,8 @@ namespace Aurora::IO
eErrorStreamInterrupted,
eErrorHandleClosed,
eErrorOutOfMemory,
eErrorByteBuffer
eErrorByteBuffer,
eErrorGenericFault,
eErrorOutOfBounds
);
}