Package com.okta.sdk.resource.model
Class UserImportResponseError
java.lang.Object
com.okta.sdk.resource.model.UserImportResponseError
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class UserImportResponseError
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 a
response to an import inline hook request is not received from your external service within three seconds, a timeout
occurs. In this scenario, the Okta import process continues and the user is created.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
errorSummary
(String errorSummary) A human-readable summary of the errorint
hashCode()
void
setErrorSummary
(String errorSummary) toString()
-
Field Details
-
JSON_PROPERTY_ERROR_SUMMARY
- See Also:
-
-
Constructor Details
-
UserImportResponseError
public UserImportResponseError()
-
-
Method Details