mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:07:36 +00:00
LibTLS: Add OutOfMemory error that will send an InternalError alert
This commit is contained in:
parent
610b380515
commit
ab84aa6fb2
3 changed files with 8 additions and 7 deletions
|
@ -109,6 +109,7 @@ enum class Error : i8 {
|
|||
DecryptionFailed = -20,
|
||||
NeedMoreData = -21,
|
||||
TimedOut = -22,
|
||||
OutOfMemory = -23,
|
||||
};
|
||||
|
||||
enum class AlertLevel : u8 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue