Uses of Enum Class
de.cuioss.http.client.result.HttpErrorCategory
Packages that use HttpErrorCategory
Package
Description
HTTP-specific result pattern implementation that extends the CUI result framework
with semantics tailored for HTTP operations and ETag caching.
-
Uses of HttpErrorCategory in de.cuioss.http.client.result
Methods in de.cuioss.http.client.result that return HttpErrorCategoryModifier and TypeMethodDescriptionstatic HttpErrorCategoryReturns the enum constant of this class with the specified name.static HttpErrorCategory[]HttpErrorCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.cuioss.http.client.result that return types with arguments of type HttpErrorCategoryModifier and TypeMethodDescriptionHttpResultObject.getHttpErrorCategory()Gets the HTTP-specific error code if present.Methods in de.cuioss.http.client.result with parameters of type HttpErrorCategoryModifier and TypeMethodDescriptionstatic <U> HttpResultObject<U> HttpResultObject.error(U fallbackResult, HttpErrorCategory httpErrorCategory, de.cuioss.uimodel.result.ResultDetail detail) Creates an error result with optional fallback content.Constructors in de.cuioss.http.client.result with parameters of type HttpErrorCategoryModifierConstructorDescriptionHttpResultObject(T result, de.cuioss.uimodel.result.ResultState state, de.cuioss.uimodel.result.ResultDetail resultDetail, HttpErrorCategory httpErrorCategory, String etag, Integer httpStatus) Comprehensive constructor for HTTP result objects.