add error code for profile validation warning
This commit is contained in:
parent
0f947e4277
commit
7c7c040b30
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue