-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.json
More file actions
87 lines (87 loc) · 3.35 KB
/
error.json
File metadata and controls
87 lines (87 loc) · 3.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"ok": { "$numberDouble": "0.0" },
"errmsg": "Plan executor error during findAndModify :: caused by :: Document failed validation",
"code": { "$numberInt": "121" },
"codeName": "DocumentValidationFailure",
"errInfo": {
"failingDocumentId": { "$oid": "64b4b65727a4f2580f7f11b5" },
"details": {
"operatorName": "$jsonSchema",
"title": "Review Validation",
"schemaRulesNotSatisfied": [
{
"operatorName": "properties",
"propertiesNotSatisfied": [
{
"propertyName": "comments",
"details": [
{
"operatorName": "items",
"reason": "At least one item did not match the sub-schema",
"itemIndex": { "$numberInt": "0" },
"details": [
{
"operatorName": "properties",
"propertiesNotSatisfied": [
{
"propertyName": "user",
"details": [
{
"operatorName": "properties",
"propertiesNotSatisfied": [
{
"propertyName": "_id",
"description": "ID of the user leavin the comment",
"details": [
{
"operatorName": "bsonType",
"specifiedAs": { "bsonType": "string" },
"reason": "type did not match",
"consideredValue": {
"$oid": "64b4b65727a4f2580f7f11b5"
},
"consideredType": "objectId"
}
]
}
]
}
]
},
{
"propertyName": "_id",
"description": "ID of the comment",
"details": [
{
"operatorName": "bsonType",
"specifiedAs": { "bsonType": "string" },
"reason": "type did not match",
"consideredValue": {
"$oid": "67957e267153fbea40b1995a"
},
"consideredType": "objectId"
}
]
}
]
}
]
}
]
}
]
}
]
}
},
"$clusterTime": {
"clusterTime": { "$timestamp": { "t": 1737932744, "i": 16 } },
"signature": {
"hash": {
"$binary": { "base64": "MxnzaDA2pbg+N8mwkbsgBt8E3m0=", "subType": "00" }
},
"keyId": { "$numberLong": "7401530829257572354" }
}
},
"operationTime": { "$timestamp": { "t": 1737932744, "i": 16 } }
}