Uses of Enum Class
io.fluxzero.sdk.common.exception.FluxzeroErrorCode
Packages that use FluxzeroErrorCode
-
Uses of FluxzeroErrorCode in io.fluxzero.sdk.common.exception
Subclasses with type arguments of type FluxzeroErrorCode in io.fluxzero.sdk.common.exceptionModifier and TypeClassDescriptionenumStable identifiers for Fluxzero SDK errors.Methods in io.fluxzero.sdk.common.exception that return FluxzeroErrorCodeModifier and TypeMethodDescriptionstatic FluxzeroErrorCodeReturns the enum constant of this class with the specified name.static FluxzeroErrorCode[]FluxzeroErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.fluxzero.sdk.common.exception with parameters of type FluxzeroErrorCodeModifier and TypeMethodDescriptionstatic FluxzeroErrorReport.BuilderFluxzeroErrorReport.builder(FluxzeroErrorCode code, String title) Creates a builder for a report with the given code and title.