Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.5 KB

UpdateResult.md

File metadata and controls

12 lines (9 loc) · 1.5 KB

# UpdateResult

Properties

Name Type Description Notes
result UpdateResultStatus <strong>Type:</strong> UpdateResultStatus<br/> Note that 'OK' just means that finAPI could successfully connect and log in to the bank server. However, it does not necessarily mean that all accounts could be updated successfully. For the latter, please refer to the 'status' field of the Account resource.
error_message string In case the update result is not <code>OK</code>, this field may contain an error message with details about why the update failed (it is not guaranteed that a message is available though). In case the update result is <code>OK</code>, the field will always be null.
error_type ErrorType <strong>Type:</strong> ErrorType<br/> In case the update result is not <code>OK</code>, this field contains the type of the error that occurred. BUSINESS means that the bank server responded with a non-technical error message for the user. TECHNICAL means that some internal error has occurred in finAPI or at the bank server.
timestamp string Time of the update. The value is returned in the format 'YYYY-MM-DD HH:MM:SS.SSS' (german time).

[Back to Model list] [Back to API list] [Back to README]