Uses of Record Class
net.blakez.bppmq.core.Error
Packages that use Error
-
Uses of Error in net.blakez.bppmq.core
Methods in net.blakez.bppmq.core that return ErrorModifier and TypeMethodDescriptionResult.primaryError()
Gets the primary error from the list of errors.Methods in net.blakez.bppmq.core that return types with arguments of type ErrorModifier and TypeMethodDescriptionResult.errors()
Gets the list of errors associated with a failed operation.Methods in net.blakez.bppmq.core with parameters of type ErrorModifier and TypeMethodDescriptionstatic <T> Result
<T> Creates a failed Result with a single error and potentially a partial value.static <T> Result
<T> Creates a failed Result with a single error.Method parameters in net.blakez.bppmq.core with type arguments of type ErrorModifier and TypeMethodDescriptionstatic <T> Result
<T> Creates a failed Result with a list of errors.static <T> Result
<T> Creates a failed Result with a list of errors and potentially a partial value.Constructor parameters in net.blakez.bppmq.core with type arguments of type Error