Class GenericError
java.lang.Object
com.suse.salt.netapi.errors.GenericError
- 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) inthashCode()toString()
-
Field Details
-
message
-
-
Constructor Details
-
GenericError
-
-
Method Details
-
hashCode
-
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) -
getMessage
-
toString
-