Package com.okta.sdk.resource.model
Class SAMLHookResponseError
java.lang.Object
com.okta.sdk.resource.model.SAMLHookResponseError
- All Implemented Interfaces:
 Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2024-09-23T16:19:57.008753975Z[Etc/UTC]",
           comments="Generator version: 7.8.0")
public class SAMLHookResponseError
extends Object
implements Serializable
An object to return an error. Returning an error causes Okta to record a failure event in the Okta System Log. The
 string supplied in the `errorSummary` property is recorded in the System Log event. > **Note:** If the
 error object doesn't include the defined `errorSummary` property, the following common default message
 is returned to the end user: `The callback service returned an error`. > **Note:** If a response to a
 SAML inline hook request isn't received from your external service within three seconds, a timeout occurs. In
 this scenario, the Okta SAML inline hook process continues, and the user is created.
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanerrorSummary(String errorSummary) A human-readable summary of the errorinthashCode()voidsetErrorSummary(String errorSummary) toString() 
- 
Field Details
- 
JSON_PROPERTY_ERROR_SUMMARY
- See Also:
 
 
 - 
 - 
Constructor Details
- 
SAMLHookResponseError
public SAMLHookResponseError() 
 - 
 - 
Method Details