Class SaltErrorUtils


  • public class SaltErrorUtils
    extends Object
    Utils for deriving SaltError based on the salt text output.
    • Constructor Detail

      • SaltErrorUtils

        public SaltErrorUtils()
    • Method Detail

      • deriveError

        public static Optional<SaltError> deriveError​(String saltOutput)
        Based on the salt text output, derive particular SaltError.
        Parameters:
        saltOutput - salt output
        Returns:
        salt error corresponding to given string