Uses of Class
org.kiwiproject.consul.model.kv.TxError
Packages that use TxError
-
Uses of TxError in org.kiwiproject.consul.model.kv
Subclasses of TxError in org.kiwiproject.consul.model.kvMethods in org.kiwiproject.consul.model.kv that return types with arguments of type TxErrorModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<TxError>ImmutableTxResponse.errors()TxResponse.errors()Methods in org.kiwiproject.consul.model.kv with parameters of type TxErrorModifier and TypeMethodDescriptionAdds one element toerrorslist.Adds elements toerrorslist.static ImmutableTxErrorCreates an immutable copy of aTxErrorvalue.final ImmutableTxError.BuilderFill a builder with attribute values from the providedTxErrorinstance.final ImmutableTxResponseImmutableTxResponse.withErrors(TxError... elements) Copy the current immutable object with elements that replace the content oferrors.Method parameters in org.kiwiproject.consul.model.kv with type arguments of type TxErrorModifier and TypeMethodDescriptionImmutableTxResponse.Builder.addAllErrors(Iterable<? extends TxError> elements) Adds elements toerrorslist.Sets or replaces all elements forerrorslist.final ImmutableTxResponseImmutableTxResponse.withErrors(Iterable<? extends TxError> elements) Copy the current immutable object with elements that replace the content oferrors.