ErrorsList: {
"00000": "No error message provided";
"00001": "The value type your've provided is not valid, make sure you pass valid value.";
"00002": "BeforeHook Error.";
"00003": "AfterHook Error.";
"00004": "WeivData.Query.count error";
"00005": "WeivData.Query.distnict error";
"00006": "WeivData.Query.find error";
"00007": "CollectionID is not in valid format, it should be a string and must look like this: DatabaseName/CollectionName";
"00008": "Hook name type is invalid";
"00009": "Internal Error";
"00010": "Internal ID Converter Error";
"00011": "Error when trying to find the currently logged-in member/visitor id in Wix Members.";
"00012": "Something is wrong with queryReferenced function internal pipeline.";
"00013": "Error while trying to find the _id of referenced/referring document/s.";
"00014": "Error with Secrets, something went wrong with Wix Secret Manager";
"00015": "Update Error";
"00016": "General Error";
"00017": "Reference Function Error";
"00018": "Native Function Error";
"00019": "Error while removing cached values of WeivData";
"00020": "Error with filtering methods, make sure you pass valid filter parameters in valid types";
"00021": "Error on WeivData config object, make sure you pass correct config object";
"00022": "Collection Manager Error";
"00023": "Aggegration Error";
"00024": "Wix Application Sync Error";
"00025": "Wix Application Sync Error - Event data not found, don't forget to pass the event object from the Wix event function";
"00026": "You didn't configure any database name to sync Wix apps data!";
}
Type declaration
00000: "No error message provided"
00001: "The value type your've provided is not valid, make sure you pass valid value."
00002: "BeforeHook Error."
00003: "AfterHook Error."
00004: "WeivData.Query.count error"
00005: "WeivData.Query.distnict error"
00006: "WeivData.Query.find error"
00007: "CollectionID is not in valid format, it should be a string and must look like this: DatabaseName/CollectionName"
00008: "Hook name type is invalid"
00009: "Internal Error"
00010: "Internal ID Converter Error"
00011: "Error when trying to find the currently logged-in member/visitor id in Wix Members."
00012: "Something is wrong with queryReferenced function internal pipeline."
00013: "Error while trying to find the _id of referenced/referring document/s."
00014: "Error with Secrets, something went wrong with Wix Secret Manager"
00015: "Update Error"
00016: "General Error"
00017: "Reference Function Error"
00018: "Native Function Error"
00019: "Error while removing cached values of WeivData"
00020: "Error with filtering methods, make sure you pass valid filter parameters in valid types"
00021: "Error on WeivData config object, make sure you pass correct config object"
00022: "Collection Manager Error"
00023: "Aggegration Error"
00024: "Wix Application Sync Error"
00025: "Wix Application Sync Error - Event data not found, don't forget to pass the event object from the Wix event function"
00026: "You didn't configure any database name to sync Wix apps data!"
Description
If you see this error, it means something is wrong and you should create a new issue on GitHub.