Skip to content

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 ​

ParameterType
messagestring

Returns ​

ValidationError

Properties ​

PropertyType
valuestring

Methods ​

join() ​

ts
join(right): ValidationError;

Parameters ​

ParameterType
rightValidationError

Returns ​

ValidationError

Implementation of ​

Joinable.join