Skip to content

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 ​

ParameterType
rightJoinable

Returns ​

Joinable