SudoSOS Back-end API / helpers / ValidationError
Class: ValidationError ​
The ValidationError combines itself by simply concatenating the string values.
Implements ​
Constructors ​
Constructor ​
ts
new ValidationError(message): ValidationError;Parameters ​
| Parameter | Type |
|---|---|
message | string |
Returns ​
ValidationError
Properties ​
| Property | Type |
|---|---|
value | string |
Methods ​
join() ​
ts
join(right): ValidationError;Parameters ​
| Parameter | Type |
|---|---|
right | ValidationError |
Returns ​
ValidationError