public class SaltErrorUtils
extends java.lang.Object
SaltError
based on the salt text output.Modifier and Type | Field and Description |
---|---|
private static java.util.regex.Pattern |
FN_UNAVAILABLE |
private static java.util.regex.Pattern |
MODULE_NOT_SUPPORTED |
Constructor and Description |
---|
SaltErrorUtils() |
Modifier and Type | Method and Description |
---|---|
static java.util.Optional<SaltError> |
deriveError(java.lang.String saltOutput)
Based on the salt text output, derive particular
SaltError . |