Uses of Enum
org.italiangrid.voms.error.VOMSValidationErrorCode
Packages that use VOMSValidationErrorCode
Package
Description
This package provides error code and message definitions for the VOMS API.
-
Uses of VOMSValidationErrorCode in org.italiangrid.voms.error
Methods in org.italiangrid.voms.error that return VOMSValidationErrorCodeModifier and TypeMethodDescriptionVOMSValidationErrorMessage.getErrorCode()static VOMSValidationErrorCodeReturns the enum constant of this type with the specified name.static VOMSValidationErrorCode[]VOMSValidationErrorCode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.italiangrid.voms.error with parameters of type VOMSValidationErrorCodeModifier and TypeMethodDescriptionstatic VOMSValidationErrorMessageVOMSValidationErrorMessage.newErrorMessage(VOMSValidationErrorCode errorCode) static VOMSValidationErrorMessageVOMSValidationErrorMessage.newErrorMessage(VOMSValidationErrorCode errorCode, Object... params)