Sha256: f19d496a37e09187cbc3d8faacb8b02d61b93d804b9b7f87082198faa01ef8ea

Contents?: true

Size: 1.16 KB

Versions: 14

Compression:

Stored size: 1.16 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_bank** | **Integer** | ID of the bank | [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 bank or provider | [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] 


Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
budgea_client-1.4.4 docs/ConnectionLog.md
budgea_client-1.4.3 docs/ConnectionLog.md
budgea_client-1.4.2 docs/ConnectionLog.md
budgea_client-1.3.9 docs/ConnectionLog.md
budgea_client-1.3.6 docs/ConnectionLog.md
budgea_client-1.3.5 docs/ConnectionLog.md
budgea_client-1.3.4 docs/ConnectionLog.md
budgea_client-1.3.3 docs/ConnectionLog.md
budgea_client-1.3.2 docs/ConnectionLog.md
budgea_client-1.3.1 docs/ConnectionLog.md
budgea_client-1.3.0 docs/ConnectionLog.md
budgea_client-1.2.0 docs/ConnectionLog.md
budgea_client-1.1.0 docs/ConnectionLog.md
budgea_client-1.0.0 docs/ConnectionLog.md