Skip to content

SudoSOS Back-end API / internal/swagger / ValidationResult

Interface: ValidationResult ​

Properties ​

errorCount ​

ts
errorCount: number;

errors? ​

ts
optional errors: object[];
NameType
messagestring
namestring

GetErrorMessages() ​

ts
GetErrorMessages: () => string[];

Returns ​

string[]


GetFormattedErrors() ​

ts
GetFormattedErrors: () => object[];

Returns ​

object[]


valid ​

ts
valid: boolean;