| Package | Description |
|---|---|
| com.socrata.model |
Defines the objects that are parameters to APIs, return values to APIs or system objects in the Socrata platform.
|
| Modifier and Type | Field and Description |
|---|---|
List<UpsertError> |
UpsertResult.errors |
| Modifier and Type | Method and Description |
|---|---|
List<UpsertError> |
UpsertResult.getErrors() |
| Constructor and Description |
|---|
UpsertResult(long rowsCreated,
long rowsUpdated,
long rowsDeleted,
List<UpsertError> errors,
long bySid,
long byRowIdentifier) |
Copyright © 2013. All Rights Reserved.