Uses of Enum Class
br.ufsc.labsec.signature.signer.errors.SignerErrorCode
Packages that use SignerErrorCode
-
Uses of SignerErrorCode in br.ufsc.labsec.signature.signer.errors
Subclasses with type arguments of type SignerErrorCode in br.ufsc.labsec.signature.signer.errorsMethods in br.ufsc.labsec.signature.signer.errors that return SignerErrorCodeModifier and TypeMethodDescriptionSignerErrorException.getCode()Retorna o código que será usado pela API e pela documentação OpenAPI.static SignerErrorCodeReturns the enum constant of this class with the specified name.static SignerErrorCode[]SignerErrorCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in br.ufsc.labsec.signature.signer.errors with parameters of type SignerErrorCodeModifierConstructorDescriptionSignerErrorException(SignerErrorCode code, String detail, Throwable cause)