Uses of Interface
com.suse.salt.netapi.errors.SaltError
Packages that use SaltError
Package
Description
-
Uses of SaltError in com.suse.salt.netapi.errors
Classes in com.suse.salt.netapi.errors that implement SaltErrorModifier and TypeClassDescriptionfinal classSalt error when trying to execute a function that does not existfinal classCatch all error that contains only a error messages.final classJson parsing error that contains the rest of the json which could not be parsed.final classError that happens if a modules is not supportedclassInterface for salt ssh specific errors -
Uses of SaltError in com.suse.salt.netapi.parser
Methods in com.suse.salt.netapi.parser that return types with arguments of type SaltErrorModifier and TypeMethodDescriptionXorTypeAdapterFactory.errorAdapter(com.google.gson.TypeAdapter<R> innerAdapter) Creates a Xor adapter specifically for the case in which the left side is a SaltError. -
Uses of SaltError in com.suse.salt.netapi.results
Fields in com.suse.salt.netapi.results with type parameters of type SaltErrorMethods in com.suse.salt.netapi.results that return types with arguments of type SaltErrorMethods in com.suse.salt.netapi.results with parameters of type SaltErrorMethod parameters in com.suse.salt.netapi.results with type arguments of type SaltErrorModifier and TypeMethodDescriptionvoid<T> TResult.fold(Function<? super SaltError, ? extends T> mapError, Function<? super R, ? extends T> mapResult) Constructor parameters in com.suse.salt.netapi.results with type arguments of type SaltError -
Uses of SaltError in com.suse.salt.netapi.utils
Methods in com.suse.salt.netapi.utils that return types with arguments of type SaltErrorModifier and TypeMethodDescriptionSaltErrorUtils.deriveError(String saltOutput) Based on the salt text output, derive particularSaltError.