Class Saml2Error

java.lang.Object
org.springframework.security.saml2.core.Saml2Error
All Implemented Interfaces:
Serializable

public class Saml2Error extends Object implements Serializable
A representation of an SAML 2.0 Error.

At a minimum, an error response will contain an error code. The commonly used error code are defined in this class or a new codes can be defined in the future as arbitrary strings.

Since:
5.2
See Also: