fix: add missing NotAnObject error

This commit is contained in:
CJ van den Berg 2025-03-22 21:51:08 +01:00
parent 769bff078f
commit 18f6438865
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -20,6 +20,7 @@ pub const Error = error{
InvalidArrayType,
InvalidPIntType,
JsonIncompatibleType,
NotAnObject,
};
pub const JsonEncodeError = (Error || error{