Class FunctionNotAvailable
java.lang.Object
com.suse.salt.netapi.errors.FunctionNotAvailable
- All Implemented Interfaces:
SaltError
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean<T> Tfold(Function<FunctionNotAvailable, ? extends T> fnNotAvail, Function<ModuleNotSupported, ? extends T> modNotSupported, Function<JsonParsingError, ? extends T> jsonError, Function<GenericError, ? extends T> generic, Function<SaltSSHError, ? extends T> saltSSHError) inthashCode()toString()
-
Field Details
-
functionName
-
-
Constructor Details
-
FunctionNotAvailable
-
-
Method Details
-
getFunctionName
-
fold
public <T> T fold(Function<FunctionNotAvailable, ? extends T> fnNotAvail, Function<ModuleNotSupported, ? extends T> modNotSupported, Function<JsonParsingError, ? extends T> jsonError, Function<GenericError, ? extends T> generic, Function<SaltSSHError, ? extends T> saltSSHError) -
toString
-
hashCode
-
equals
-