| Package | Description |
|---|---|
| com.sovren.exceptions | |
| com.sovren.models.api | |
| com.sovren.models.api.geocoding | |
| com.sovren.models.api.indexes | |
| com.sovren.models.api.parsing |
| Constructor and Description |
|---|
SovrenException(String requestBody,
okhttp3.Response response,
ApiResponseInfoLite errorInfo,
String transactionId) |
SovrenGeocodeJobException(okhttp3.Response response,
ApiResponseInfoLite errorInfo,
String transactionId,
ParseJobResponse parseResponse) |
SovrenGeocodeResumeException(okhttp3.Response response,
ApiResponseInfoLite errorInfo,
String transactionId,
ParseResumeResponse parseResponse) |
SovrenIndexJobException(okhttp3.Response response,
ApiResponseInfoLite errorInfo,
String transactionId,
ParseJobResponse parseResponse) |
SovrenIndexResumeException(okhttp3.Response response,
ApiResponseInfoLite errorInfo,
String transactionId,
ParseResumeResponse parseResponse) |
SovrenProfessionNormalizationJobException(okhttp3.Response response,
ApiResponseInfoLite errorInfo,
String transactionId,
ParseJobResponse parseResponse) |
SovrenProfessionNormalizationResumeException(okhttp3.Response response,
ApiResponseInfoLite errorInfo,
String transactionId,
ParseResumeResponse parseResponse) |
SovrenUsableJobException(okhttp3.Response response,
ApiResponseInfoLite errorInfo,
String transactionId,
ParseJobResponse parseResponse) |
SovrenUsableResumeException(okhttp3.Response response,
ApiResponseInfoLite errorInfo,
String transactionId,
ParseResumeResponse parseResponse) |
| Modifier and Type | Class and Description |
|---|---|
class |
ApiResponseInfo
Information/metadata for an individual REST API call.
|
| Modifier and Type | Field and Description |
|---|---|
ApiResponseInfoLite |
GeocodeAndIndexResponseValue.GeocodeResponse
If geocoding was requested, the status of the geocode transaction will be output here
|
ApiResponseInfoLite |
GeocodeAndIndexResponseValue.IndexingResponse
If indexing was requested, the status of the index transaction will be output here
|
| Modifier and Type | Class and Description |
|---|---|
class |
IndexMultipleDocumentsResponseValue
One entry in the
ApiResponse.Value from a 'index multiple documents' response |
| Modifier and Type | Field and Description |
|---|---|
ApiResponseInfoLite |
BaseParseResponseValue.GeocodeResponse
If geocoding was requested in the
ParseOptions.GeocodeOptions,
the status of the geocode transaction will be output here |
ApiResponseInfoLite |
BaseParseResponseValue.IndexingResponse
If indexing was requested in the
ParseOptions.IndexingOptions,
the status of the index transaction will be output here |
ApiResponseInfoLite |
BaseParseResponseValue.ParsingResponse
The status of the parse transaction
|
ApiResponseInfoLite |
BaseParseResponseValue.ProfessionNormalizationResponse
If profesison normalization was requested in the
BasicParseOptions.ProfessionsSettings,
the status of the profession normalization transaction will be output here |
Copyright © 2023. All rights reserved.