public final class ErrorHandling extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static String | IGNORE_MISSING_BLOBSControls if references to missing blob resources are treated as errors
 or not. | 
| Constructor and Description | 
|---|
| ErrorHandling()Creates a default error handling config. | 
| ErrorHandling(String str)Creates a new error handling configuration based on the given string. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | ignoreMissingBlobs()Checks if error handling is set to ignore missing blobs | 
| String | toString()Returns the string representation where the flags are separated
 with "|". | 
public static final String IGNORE_MISSING_BLOBS
public ErrorHandling()
public ErrorHandling(String str)
str - flagsCopyright © 2004–2022 The Apache Software Foundation. All rights reserved.