BrdgeCardValidationError

This is a BR-DGE card-related validation error.

For more information, find errors starting with 4030 in BR-DGEs Validation Errors documentation.

Discussion

There are some errors that we DO NOT handle as it shouldn't be possible to get them using this SDK.

BrdgePaymentInstrumentTokenization.tokenizeSingleUseCardholderData uses BrdgeCardData as its parameter and it puts constraints as some of the fields. Therefore we are not able to get errors listed below:

4030201PAN cannot be blank.It is not possible to send PAN as nil.
4030301Expiry Date cannot be blank.It is not possible to send Expiry Date as nil.
4030603The value entered for Tokenize is incorrect. Please use a boolean value, either true or false.Error thrown when doing Merchant Server operations - for more information, see POST /v1/payments.

Parameters

code

Validation Error code, for more information see Validation Errors documentation.

errorMessage

Validation Error message, for more information see Validation Errors documentation.

Inheritors

Types

Link copied to clipboard

Validation Error Code: 4030504

Link copied to clipboard

Validation Error Code: 4030503

Link copied to clipboard

Validation Error Code: 4030303

Link copied to clipboard

Validation Error Code 4030403

Link copied to clipboard

Validation Error Code: 4030102

Link copied to clipboard

Validation Error Code: 4030103

Link copied to clipboard

Validation Error Code: 4030203

Link copied to clipboard

Validation Error Code: 4030703

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
val code: Int
Link copied to clipboard
Link copied to clipboard
open override val message: String

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun getLocalizedMessage(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard