getCipherTextByTokenWithErrors()
Get ciphertext values for given tokens and save any errors encountered instead of throwing exceptions.
Syntax
Request Parameters
Parameter | Type | Description |
---|---|---|
conn | String | The database connection. |
tableName | String | Name of the token vault table. |
metaData | String array | Custom data associated with tokens. |
cipherText | Array | Output ciphertext associated with tokens. |
result | String | Object that contains input tokens (in result.output ) and contains information about any errors encountered during processing. |