Class SaltSSHError
java.lang.Object
com.suse.salt.netapi.errors.SaltSSHError
- All Implemented Interfaces:
SaltError
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<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) inttoString()
-
Field Details
-
retcode
private final int retcode -
message
-
-
Constructor Details
-
SaltSSHError
-
-
Method Details
-
toString
-
getRetcode
public int getRetcode() -
getMessage
-
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)
-