Show / Hide Table of Contents

Enum Enums.FailOn

How sensitive loaders are to errors, from never stop (very insensitive), to stop on the smallest warning (very sensitive).

Each one implies the ones before it, so Error implies Truncated.

Namespace: NetVips
Assembly: NetVips.dll
Syntax
public enum Enums.FailOn

Fields

Name Description
Error

Stop on serious error or truncation.

None

Never stop,

Truncated

Stop on image truncated, nothing else.

Warning

Stop on anything, even warnings.

In this article
Back to top Generated by DocFX