ValidationFailedDataListBiddingRoundCustomerQueryDto
errors object[]required
Array [
- object
- object
- object
- object
- object
- object
pathstringrequired
Constant value:
cursorconstraintstringrequired
Constant value:
isValidCursormessagestringrequired
Constant value:
cursor must be a valid cursor format]
ValidationFailedDataListBiddingRoundCustomerQueryDto
{
"errors": [
{
"path": "cursor",
"constraint": "isValidCursor",
"message": "cursor must be a valid cursor format"
},
{
"path": "limit",
"constraint": "isInt",
"message": "limit must be an integer number"
},
{
"path": "limit",
"constraint": "max",
"message": "limit must not be greater than 50"
},
{
"path": "limit",
"constraint": "min",
"message": "limit must not be less than 1"
},
{
"path": "sort",
"constraint": "isEnum",
"message": "sort must be one of the following values: name, -name, createdAt, -createdAt"
},
{
"path": "unknownField",
"constraint": "whitelistValidation",
"message": "property unknownField should not exist"
}
]
}