feat: add ebics 061011 error

This commit is contained in:
nanov 2019-11-26 18:13:30 +02:00
parent 4e6383e23c
commit 88ba543784

View File

@ -32,6 +32,11 @@ const errors = {
short_text: 'Authentication signature error', short_text: 'Authentication signature error',
meaning: 'Verification of the authentication signature was not successful', meaning: 'Verification of the authentication signature was not successful',
}, },
'061011': {
symbol: 'EBICS_INVALID_HOST_ID',
short_text: 'The transmitted HostID is unknown on the bank side',
meaning: 'The transmitted HostID is unknown on the bank side',
},
'061002': { '061002': {
symbol: 'EBICS_INVALID_REQUEST', symbol: 'EBICS_INVALID_REQUEST',
short_text: 'Message not EBICSconformant', short_text: 'Message not EBICSconformant',