Uses of Enum Class
org.keycloak.protocol.oid4vc.model.ErrorType
Packages that use ErrorType
-
Uses of ErrorType in org.keycloak.protocol.oid4vc.issuance
Methods in org.keycloak.protocol.oid4vc.issuance that return ErrorTypeConstructors in org.keycloak.protocol.oid4vc.issuance with parameters of type ErrorTypeModifierConstructorDescriptionVCIssuerException(ErrorType errorType, String message, Throwable cause) -
Uses of ErrorType in org.keycloak.protocol.oid4vc.model
Methods in org.keycloak.protocol.oid4vc.model that return ErrorTypeModifier and TypeMethodDescriptionErrorResponse.getError()static ErrorTypeReturns the enum constant of this class with the specified name.static ErrorType[]ErrorType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.keycloak.protocol.oid4vc.model with parameters of type ErrorType