Skip to main content

CustomError

Field-level validation error (entries of the response envelope's errors array).

fieldstring

Name of the offending field

Example: pipeStatusId
reasonReason

Validation failure reason enum.

Possible values: [DECIMAL_MIN, DECIMAL_MAX, MIN, MAX, CONFLICT, NOT_NULL, NOT_EMPTY, NOT_FOUND, NOT_BLANK, LENGTH, SIZE, NOT_NULL_COLLECTION, VALID_PHONE, NULLABLE_NOT_EMPTY, VALID_EPOCH_SEC]

Example: NOT_NULL
CustomError
{
"field": "pipeStatusId",
"reason": "NOT_NULL"
}