Uses of Enum Class
io.quarkiverse.openfga.client.model.FGAInternalException.Code
Packages that use FGAInternalException.Code
-
Uses of FGAInternalException.Code in io.quarkiverse.openfga.client.model
Methods in io.quarkiverse.openfga.client.model that return FGAInternalException.CodeModifier and TypeMethodDescriptionFGAInternalException.getCode()static FGAInternalException.CodeReturns the enum constant of this class with the specified name.static FGAInternalException.Code[]FGAInternalException.Code.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.quarkiverse.openfga.client.model with parameters of type FGAInternalException.CodeModifierConstructorDescriptionFGAInternalException(FGAInternalException.Code code, String message)