Class AuthnErrorGroup
java.lang.Object
com.pingidentity.sdk.api.authn.spec.AuthnErrorGroup
A class that describes a group of errors returned by the Authentication API. This includes
the spec of the top-level error, as well as the specs for a list of error details that may be
included with that error. This class is used by PingFederate in generating API documentation.
- Since:
- 9.3
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiongetError()Get the spec for the top-level error.Get the specs for error details that may be included with the top-level error.
-
Method Details
-
getError
Get the spec for the top-level error. -
getErrorDetails
Get the specs for error details that may be included with the top-level error.
-