get()
Returns the `ValidationError` instance of the given unique identification
ValidationErrors.prototype.get()
ValidationErrors.prototype.get()public get<ErrorId extends Id>(
id: ErrorId
): ValidationError<ErrorId> | undefined {
return this.errors.get(id);
}Generic type variables
Parameters
Return type
Returns
Example usage
Last updated