SudoSOS Back-end API / helpers / Joinable
Interface: Joinable ​
To allow for nested errors we need the notation of traversing through errors. The abstraction is that we have a 'Joinable' such that items can be combined.
Properties ​
value ​
ts
value: any;Methods ​
join() ​
ts
join(right): Joinable;Parameters ​
| Parameter | Type |
|---|---|
right | Joinable |
Returns ​
Joinable