Sha256: de5a23eae3cbfe35fa8c34f6b24c8fbd835a1b0d31e823f358cbdf6367e99df7
Contents?: true
Size: 1.24 KB
Versions: 4
Compression:
Stored size: 1.24 KB
Contents
# BudgeaClient::ConnectionLog ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | ID of the log | **id_user** | **Integer** | ID of the user | [optional] **id_connection** | **Integer** | ID of the connection | **id_connector** | **Integer** | ID of the connector | [optional] **login** | **String** | bcrypt hash of the login | [optional] **error_uid** | **String** | MD5 hash of the exception backtrace | [optional] **timestamp** | **DateTime** | Timestamp of log, when the synchronization has finished | **next_try** | **DateTime** | If fail, the date represents the next try to connect | [optional] **error** | **String** | If fail, contains the error code | [optional] **error_message** | **String** | If fail, error message received from connector | [optional] **statut** | **Integer** | Status of user (1 = charged user) | [optional] **nb_accounts** | **Integer** | In case of bank connection, number of accounts | [optional] **start** | **DateTime** | Timestamp when the synchronization has started | [optional] **worker** | **String** | Worker used to do synchronization | [optional] **session_folder_id** | **String** | Session folder uid | [optional]
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
budgea_client-3.0.0 | docs/ConnectionLog.md |
budgea_client-2.0.2 | docs/ConnectionLog.md |
budgea_client-2.0.1 | docs/ConnectionLog.md |
budgea_client-2.0.0 | docs/ConnectionLog.md |