...
Field | Type | Description |
---|---|---|
Id | UUID | Unique id of the log entry |
success | Boolean | Whether the operation was successful |
timestamp | Datetime | The timestamp of the operation |
resourceName | String | The name resource that failed, i.e. Patient or Concept |
resourceUrl | String | The url of the resource, either local or remote |
typeaction | Enum, values: PUSH, PULL | Whether this was push to master or pull from master |
error | Text | The error message message persisted by Sync. Should contain the response from the server if this was a network issue. |
...