본문으로 건너뛰기

ValidationError

Field-level request validation error with its location, message, type, input, and context.

loc object[]필수
  • Array [
  • 하나 이상(anyOf)
    string
  • ]
  • msgMessage (string)필수
    typeError Type (string)필수
    inputInput
    ctxobject
    ValidationError
    {
    "loc": [
    "string",
    0
    ],
    "msg": "string",
    "type": "string",
    "ctx": {}
    }