Skip to content

Commit

Permalink
Declare ApplicationError.OutOfMemory
Browse files Browse the repository at this point in the history
  • Loading branch information
hazeycode committed Jan 3, 2025
1 parent a58acd5 commit f7c4696
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common.zig
Original file line number Diff line number Diff line change
Expand Up @@ -821,6 +821,7 @@ pub const ApplicationError = error{
UnknownProperty,
InvalidParameter,
NotImplemented,
OutOfMemory,
};
pub const ApplicationErrorCode = enum(i32) {
none = 0,
Expand Down

0 comments on commit f7c4696

Please sign in to comment.