add error code for profile validation warning

This commit is contained in:
Marc Michalsky 2023-08-17 10:29:00 +02:00 committed by Jens Schuppe
parent 9baf2c0e2a
commit e83a898cb8

View file

@ -10,6 +10,7 @@ class ProfileValidationError extends BaseException {
private string $affected_field_name;
public const ERROR_CODE_PROFILE_VALIDATION_FAILED = 'profile_validation_failed';
public const ERROR_CODE_PROFILE_VALIDATION_WARNING = 'profile_validation_warning';
/**
* ProfileValidationError Constructor