drop error improvements across the board for localization
This commit is contained in:
@ -56,8 +56,12 @@
|
||||
"errors": [
|
||||
{
|
||||
"code": "INVALID_TYPE",
|
||||
"values": {
|
||||
"expected": "string"
|
||||
},
|
||||
"details": {
|
||||
"path": "base_prop"
|
||||
"path": "base_prop",
|
||||
"schema": "merge_0_0"
|
||||
}
|
||||
}
|
||||
]
|
||||
@ -127,8 +131,12 @@
|
||||
"errors": [
|
||||
{
|
||||
"code": "REQUIRED_FIELD_MISSING",
|
||||
"values": {
|
||||
"field_name": "a"
|
||||
},
|
||||
"details": {
|
||||
"path": "a"
|
||||
"path": "a",
|
||||
"schema": "merge_1_0"
|
||||
}
|
||||
}
|
||||
]
|
||||
@ -146,8 +154,12 @@
|
||||
"errors": [
|
||||
{
|
||||
"code": "REQUIRED_FIELD_MISSING",
|
||||
"values": {
|
||||
"field_name": "b"
|
||||
},
|
||||
"details": {
|
||||
"path": "b"
|
||||
"path": "b",
|
||||
"schema": "merge_1_0"
|
||||
}
|
||||
}
|
||||
]
|
||||
@ -226,8 +238,13 @@
|
||||
"errors": [
|
||||
{
|
||||
"code": "DEPENDENCY_MISSING",
|
||||
"values": {
|
||||
"property_name": "trigger",
|
||||
"required_property": "base_dep"
|
||||
},
|
||||
"details": {
|
||||
"path": ""
|
||||
"path": "",
|
||||
"schema": "merge_2_0"
|
||||
}
|
||||
}
|
||||
]
|
||||
@ -246,8 +263,13 @@
|
||||
"errors": [
|
||||
{
|
||||
"code": "DEPENDENCY_MISSING",
|
||||
"values": {
|
||||
"required_property": "child_dep",
|
||||
"property_name": "trigger"
|
||||
},
|
||||
"details": {
|
||||
"path": ""
|
||||
"path": "",
|
||||
"schema": "merge_2_0"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user