Enum ValidationErrorCode

java.lang.Object
java.lang.Enum<ValidationErrorCode>
eu.emi.security.authn.x509.ValidationErrorCode
All Implemented Interfaces:
Serializable, Comparable<ValidationErrorCode>, java.lang.constant.Constable

public enum ValidationErrorCode extends Enum<ValidationErrorCode>
This enumeration contains codes of errors that can be signaled during certificate path validation. This classification is provided to allow applications to have fine grained error handling.

This codes are used as keys for getting the messages from the message bundle 'validationErrors' (defined in a properties file).

Author:
K. Benedyczak