-
statusCode
Integer statusCode
Status code returned from http layer
-
statusMessage
String statusMessage
Status message returned from the http layer
-
correlationId
String correlationId
An ID that can be used to piece up a single authentication flow.
-
claims
String claims
Claims included in the claims challenge
-
headers
Map<K,V> headers
Contains the http headers from the server response that indicated an error.
When the server returns a 429 Too Many Requests error, a Retry-After should be set.
It is important to read and respect the time specified in the Retry-After header
-
subError
String subError