fix: add missing NotAnObject error
This commit is contained in:
parent
769bff078f
commit
18f6438865
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ pub const Error = error{
|
|||
InvalidArrayType,
|
||||
InvalidPIntType,
|
||||
JsonIncompatibleType,
|
||||
NotAnObject,
|
||||
};
|
||||
|
||||
pub const JsonEncodeError = (Error || error{
|
||||
|
|
Loading…
Add table
Reference in a new issue