Skip to main content

ValidationFailedExceptionInvalidUuidParamProjectIdParam

codeValidationFailedParamCoderequired
Constant value: VALIDATION_FAILED_PARAM
data objectrequired
errors object[]required
  • Array [
  • pathstringrequired
    Constant value: projectId
    constraintstringrequired
    Constant value: isUuid
    messagestringrequired
    Constant value: projectId must be a UUID
  • ]
  • messagestringrequired
    Constant value: Validation failed
    traceIdstring
    ValidationFailedExceptionInvalidUuidParamProjectIdParam
    {
    "code": "VALIDATION_FAILED_PARAM",
    "data": {
    "errors": [
    {
    "path": "projectId",
    "constraint": "isUuid",
    "message": "projectId must be a UUID"
    }
    ]
    },
    "message": "Validation failed",
    "traceId": "string"
    }