Lines Matching full:errors
153 Minimize Soft Errors
159 some of the errors are simply information like "file not found", "insufficient
160 privileges", etc. while other errors are much harder like "out of space", "bad
162 errors and the second group "*hard*" errors.
164 ``lib/System`` must always attempt to minimize soft errors. This is a design
165 requirement because the minimization of soft errors can affect the granularity
167 throw soft errors, you must review the granularity of the interface because it
170 faced with hard errors.
182 Hard errors will generally just cause a termination for an LLVM tool so don't
187 #. Don't throw soft errors, only hard errors.