module Sepa::ErrorMessages

Contains error messages used in this gem

Constants

CONTENT_ERROR_MESSAGE

Error message which is shown when {Client#content} validation fails

CUSTOMER_ID_ERROR_MESSAGE

Error message which is shown when {Client#customer_id} validation fails

DECRYPTION_ERROR_MESSAGE

Error message which is shown when the response got from the bank cannot be decrypted with the private key that is given to the client

ENCRYPTION_CERT_ERROR_MESSAGE

Error message which is shown when {Client#bank_encryption_certificate} validation fails

ENCRYPTION_CERT_REQUEST_ERROR_MESSAGE

Error message which is shown when {Client#encryption_csr} validation fails

ENCRYPTION_PRIVATE_KEY_ERROR_MESSAGE

Error message which is shown when {Client#encryption_private_key} validation fails

ENVIRONMENT_ERROR_MESSAGE

Error message which is shown when {Client#environment} validation fails

FILE_REFERENCE_ERROR_MESSAGE

Error message which is shown when {Client#file_reference} validation fails

FILE_TYPE_ERROR_MESSAGE

Error message which is shown when {Client#file_type} validation fails

HASH_ERROR_MESSAGE

Error message which is shown when the hash embedded in the {Response} soap doesn't match the locally calculated one.

NOT_OK_RESPONSE_CODE_ERROR_MESSAGE

Error message which is shown when {Response#response_code} validation fails

PIN_ERROR_MESSAGE

Error message which is shown when {Client#pin} validation fails

SIGNATURE_ERROR_MESSAGE

Error message which is shown when the signature in {Response} cannot be verified.

SIGNING_CERT_REQUEST_ERROR_MESSAGE

Error message which is shown when {Client#signing_csr} validation fails

STATUS_ERROR_MESSAGE

Error message which is shown when {Client#status} validation fails

TARGET_ID_ERROR_MESSAGE

Error message which is shown when {Client#target_id} validation fails