mirror of
https://github.com/node-ebics/node-ebics-client.git
synced 2024-11-21 21:52:07 +00:00
feat: add ebics 061011 error
This commit is contained in:
parent
4e6383e23c
commit
88ba543784
@ -32,6 +32,11 @@ const errors = {
|
||||
short_text: 'Authentication signature error',
|
||||
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': {
|
||||
symbol: 'EBICS_INVALID_REQUEST',
|
||||
short_text: 'Message not EBICSconformant',
|
||||
|
Loading…
Reference in New Issue
Block a user