ValidationError
Field-level request validation error with its location, message, type, input, and context.
loc object[]필수
Array [
- string
- integer
string
]
msgMessage (string)필수
typeError Type (string)필수
inputInput
ctxobject
ValidationError
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string",
"ctx": {}
}