From f7c4696c9be9eaf75e9b878e11392e707194bded Mon Sep 17 00:00:00 2001 From: Chris Heyes <22148308+hazeycode@users.noreply.github.com> Date: Fri, 3 Jan 2025 03:06:34 +0000 Subject: [PATCH] Declare ApplicationError.OutOfMemory --- src/common.zig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common.zig b/src/common.zig index 6f5904a..ecc9c56 100644 --- a/src/common.zig +++ b/src/common.zig @@ -821,6 +821,7 @@ pub const ApplicationError = error{ UnknownProperty, InvalidParameter, NotImplemented, + OutOfMemory, }; pub const ApplicationErrorCode = enum(i32) { none = 0,