Skip to content

Commit f7c4696

Browse files
committed
Declare ApplicationError.OutOfMemory
1 parent a58acd5 commit f7c4696

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/common.zig

+1
Original file line numberDiff line numberDiff line change
@@ -821,6 +821,7 @@ pub const ApplicationError = error{
821821
UnknownProperty,
822822
InvalidParameter,
823823
NotImplemented,
824+
OutOfMemory,
824825
};
825826
pub const ApplicationErrorCode = enum(i32) {
826827
none = 0,

0 commit comments

Comments
 (0)