Uses of Enum Class
org.apache.syncope.ext.openfga.client.model.ErrorCode
Packages that use ErrorCode
-
Uses of ErrorCode in org.apache.syncope.ext.openfga.client.model
Methods in org.apache.syncope.ext.openfga.client.model that return ErrorCodeModifier and TypeMethodDescriptionstatic ErrorCode
UnauthenticatedResponse.getCode()
Get codeValidationErrorMessageResponse.getCode()
Get codeCheckError.getInputError()
Get inputErrorstatic ErrorCode
Returns the enum constant of this class with the specified name.static ErrorCode[]
ErrorCode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.syncope.ext.openfga.client.model with parameters of type ErrorCodeModifier and TypeMethodDescriptionCheckError.inputError
(ErrorCode inputError) void
void
void
CheckError.setInputError
(ErrorCode inputError)