OptionsValidatorError
OptionsValidatorError.php
:
16
Validation error for payment method type options.
Tags
Methods¶
__construct()
¶
OptionsValidatorError.php
:
30
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$target | string|null | - |
Option that caused the error |
$message | string | - |
Error message |
$parameters | array<string, scalar> | [] |
Parameters for the error message |
getMessage()
¶
OptionsValidatorError.php
:
40
Returns the error message.
|
|
Return values
string
getParameters()
¶
OptionsValidatorError.php
:
50
Returns the parameters for the error message.
|
|
Return values
array<string, scalar>
getTarget()
¶
OptionsValidatorError.php
:
58
Returns the option that caused the error.
|
|
Return values
string|null