If one of validations fails, the remaining validations will be skipped. This means MultipleErrors will only contain a single error, the first found.
public const STOP_ON_ERROR = 0;