public function DeveloperToUserConversationInvalidValueException::getViolation in Apigee Edge 8
Constraint violation.
Return value
\Symfony\Component\Validator\ConstraintViolationInterface Constraint violation.
File
- src/
Exception/ DeveloperToUserConversationInvalidValueException.php, line 110
Class
- DeveloperToUserConversationInvalidValueException
- Thrown when a developer attribute's value is not a valid user field value.
Namespace
Drupal\apigee_edge\ExceptionCode
public function getViolation() : ConstraintViolationInterface {
return $this->violation;
}