Regional drift
Real AWS DynamoDB doesn't word its validation errors identically in every region, and the wording shifts over time. The suite matches on the error type and field, never the exact prose, so this wording drift can't move a pass or a fail. That's separate from where regions genuinely disagree on behaviour, which does move scores and is covered on the regional ground truth page. This is the wording evidence: what differs between regions, and how little of it bites.
3 of 3 regions word at least one validation error differently from eu-west-2.
The error type - what the suite asserts on - is identical in every region. The differences are in the wording, and occasionally the field named.
ap-southeast-2 14 reworded · 9 field differences · 1 round-trip · 17 added or removed
-
s_put_table_emptynames a different field- baseline
- 1 validation error detected: Value at 'TableName' failed to satisfy constraint: Member must have length greater than or equal to 1
- observed
- 1 validation error detected: Value '' at 'tableName' failed to satisfy constraint: Member must have length greater than or equal to 1
-
c_bw_over25rewordedwording differs inside a long request echo (baseline 7.6k chars, observed 7.6k chars)
-
c_ct_3keysnames a different field- baseline
- One or more parameter values were invalid: ReadCapacityUnits and WriteCapacityUnits must both be specified when BillingMode is PROVISIONED
- observed
- 1 validation error detected: Value '[KeySchemaElement(attributeName=pk, keyType=HASH), KeySchemaElement(attributeName=sk, keyType=RANGE), KeySchemaElement(attributeName=extra, keyType=RANGE)]' at 'keySchema' failed to satisfy constraint: Member must have length less than or equal …
-
b_put_empty_ssreworded- baseline
- 1 validation error detected: One or more parameter values were invalid: An string set may not be empty
- observed
- One or more parameter values were invalid: An string set may not be empty
-
b_put_empty_nsreworded- baseline
- 1 validation error detected: One or more parameter values were invalid: An number set may not be empty
- observed
- One or more parameter values were invalid: An number set may not be empty
-
b_put_dup_ssreworded- baseline
- 1 validation error detected: One or more parameter values were invalid: Input collection ["a", "a"] contains duplicates.
- observed
- One or more parameter values were invalid: Input collection [a, a] contains duplicates.
-
b_put_mix_exprreworded- baseline
- 1 validation error detected: Can not use both expression and non-expression parameters in the same request: Non-expression parameters: {Expected} Expression parameters: {ConditionExpression}
- observed
- Can not use both expression and non-expression parameters in the same request: Non-expression parameters: {Expected} Expression parameters: {ConditionExpression}
-
b_put_eav_no_exprreworded- baseline
- 1 validation error detected: ExpressionAttributeValues can only be specified when using expressions
- observed
- ExpressionAttributeValues can only be specified when using expressions: ConditionExpression is null
-
b_put_redundant_parensreworded- baseline
- 1 validation error detected: Invalid ConditionExpression: The expression has redundant parentheses;
- observed
- Invalid ConditionExpression: The expression has redundant parentheses;
-
b_put_contains_dupreworded- baseline
- 1 validation error detected: Invalid ConditionExpression: The first operand must be distinct from the remaining operands for this operator or function; operator: contains, first operand: [data]
- observed
- Invalid ConditionExpression: The first operand must be distinct from the remaining operands for this operator or function; operator: contains, first operand: [data]
-
u_upd_syntaxreworded- baseline
- 1 validation error detected: Invalid UpdateExpression: Syntax error; token: "INVALID", near: "INVALID SYNTAX"
- observed
- Invalid UpdateExpression: Syntax error; token: "INVALID", near: "INVALID SYNTAX"
-
u_upd_unused_eanreworded- baseline
- 1 validation error detected: Value provided in ExpressionAttributeNames unused in expressions: keys: {#unused}
- observed
- Value provided in ExpressionAttributeNames unused in expressions: keys: {#unused}
-
u_upd_unused_eavreworded- baseline
- 1 validation error detected: Value provided in ExpressionAttributeValues unused in expressions: keys: {:unused}
- observed
- Value provided in ExpressionAttributeValues unused in expressions: keys: {:unused}
-
u_upd_missing_eavreworded- baseline
- 1 validation error detected: Invalid UpdateExpression: An expression attribute value used in expression is not defined; attribute value: :v
- observed
- Invalid UpdateExpression: An expression attribute value used in expression is not defined; attribute value: :v
-
u_upd_mixreworded- baseline
- 1 validation error detected: Can not use both expression and non-expression parameters in the same request: Non-expression parameters: {AttributeUpdates} Expression parameters: {UpdateExpression}
- observed
- Can not use both expression and non-expression parameters in the same request: Non-expression parameters: {AttributeUpdates} Expression parameters: {UpdateExpression}
-
u_upd_emptyreworded- baseline
- 1 validation error detected: Invalid UpdateExpression: The expression can not be empty;
- observed
- Invalid UpdateExpression: The expression can not be empty;
-
o_put_empty_table_empty_itemnames a different field- baseline
- 1 validation error detected: Value at 'TableName' failed to satisfy constraint: Member must have length greater than or equal to 1
- observed
- 1 validation error detected: Value '' at 'tableName' failed to satisfy constraint: Member must have length greater than or equal to 1
-
o_put_empty_table_bad_rvnames a different field- baseline
- 1 validation error detected: Value at 'TableName' failed to satisfy constraint: Member must have length greater than or equal to 1
- observed
- 2 validation errors detected: Value 'INVALID' at 'returnValues' failed to satisfy constraint: Member must satisfy enum value set: [ALL_NEW, UPDATED_OLD, ALL_OLD, NONE, UPDATED_NEW]; Value '' at 'tableName' failed to satisfy constraint: Member must have length greater than or equa …
-
o_put_three_bad_enumsnames a different field- baseline
- 3 validation errors detected: Value 'INVALID' at 'returnConsumedCapacity' failed to satisfy constraint: Member must satisfy enum value set: [INDEXES, TOTAL, NONE]; Failed to satisfy constraint: Member must satisfy enum value set: [ALL_OLD, UPDATED_OLD, ALL_NEW, UPDATE_NEW, NONE]; …
- observed
- 3 validation errors detected: Value 'INVALID' at 'returnValues' failed to satisfy constraint: Member must satisfy enum value set: [ALL_NEW, UPDATED_OLD, ALL_OLD, NONE, UPDATED_NEW]; Value 'INVALID' at 'returnConsumedCapacity' failed to satisfy constraint: Member must satisfy enum …
-
o_del_empty_tablenames a different field- baseline
- 1 validation error detected: Value at 'TableName' failed to satisfy constraint: Member must have length greater than or equal to 1
- observed
- 1 validation error detected: Value '' at 'tableName' failed to satisfy constraint: Member must have length greater than or equal to 1
-
o_del_two_bad_enumsnames a different field- baseline
- 2 validation errors detected: Value 'INVALID' at 'returnConsumedCapacity' failed to satisfy constraint: Member must satisfy enum value set: [INDEXES, TOTAL, NONE]; Failed to satisfy constraint: Member must satisfy enum value set: [ALL_OLD, UPDATED_OLD, ALL_NEW, UPDATE_NEW, NONE]
- observed
- 2 validation errors detected: Value 'INVALID' at 'returnValues' failed to satisfy constraint: Member must satisfy enum value set: [ALL_NEW, UPDATED_OLD, ALL_OLD, NONE, UPDATED_NEW]; Value 'INVALID' at 'returnConsumedCapacity' failed to satisfy constraint: Member must satisfy enum …
-
o_upd_empty_tablenames a different field- baseline
- 1 validation error detected: Value at 'TableName' failed to satisfy constraint: Member must have length greater than or equal to 1
- observed
- 1 validation error detected: Value '' at 'tableName' failed to satisfy constraint: Member must have length greater than or equal to 1
-
o_upd_two_bad_enumsnames a different field- baseline
- 1 validation error detected: Failed to satisfy constraint: Member must satisfy enum value set: [ALL_OLD, UPDATED_OLD, ALL_NEW, UPDATE_NEW, NONE]
- observed
- 2 validation errors detected: Value 'INVALID' at 'returnConsumedCapacity' failed to satisfy constraint: Member must satisfy enum value set: [INDEXES, TOTAL, NONE]; Value 'INVALID' at 'returnValues' failed to satisfy constraint: Member must satisfy enum value set: [ALL_NEW, UPDATE …
-
bw_table_wrongtypeonly in this region- baseline
- (absent)
- observed
- The provided key element does not match the schema
-
bw_table_nonscalaronly in this region- baseline
- (absent)
- observed
- The provided key element does not match the schema
-
del_key_emptyonly in this region- baseline
- (absent)
- observed
- One or more parameter values are not valid. The AttributeValue for a key attribute cannot contain an empty string value. Key: pk
-
get_key_emptyonly in this region- baseline
- (absent)
- observed
- One or more parameter values are not valid. The AttributeValue for a key attribute cannot contain an empty string value. Key: pk
-
del_key_wrongtypeonly in this region- baseline
- (absent)
- observed
- The provided key element does not match the schema
-
get_key_wrongtypeonly in this region- baseline
- (absent)
- observed
- The provided key element does not match the schema
-
del_key_nonscalaronly in this region- baseline
- (absent)
- observed
- The provided key element does not match the schema
-
get_key_nonscalaronly in this region- baseline
- (absent)
- observed
- The provided key element does not match the schema
-
twi_upd_key_emptyonly in this region- baseline
- (absent)
- observed
- One or more parameter values are not valid. The AttributeValue for a key attribute cannot contain an empty string value. Key: pk
-
twi_del_key_emptyonly in this region- baseline
- (absent)
- observed
- One or more parameter values are not valid. The AttributeValue for a key attribute cannot contain an empty string value. Key: pk
-
twi_cc_key_emptyonly in this region- baseline
- (absent)
- observed
- One or more parameter values are not valid. The AttributeValue for a key attribute cannot contain an empty string value. Key: pk
-
twi_upd_key_wrongtypeonly in this region- baseline
- (absent)
- observed
- Transaction cancelled, please refer cancellation reasons for specific reasons [ValidationError]
-
twi_del_key_wrongtypeonly in this region- baseline
- (absent)
- observed
- Transaction cancelled, please refer cancellation reasons for specific reasons [ValidationError]
-
twi_cc_key_wrongtypeonly in this region- baseline
- (absent)
- observed
- Transaction cancelled, please refer cancellation reasons for specific reasons [ValidationError]
-
twi_upd_key_nonscalaronly in this region- baseline
- (absent)
- observed
- Transaction cancelled, please refer cancellation reasons for specific reasons [ValidationError]
-
twi_del_key_nonscalaronly in this region- baseline
- (absent)
- observed
- Transaction cancelled, please refer cancellation reasons for specific reasons [ValidationError]
-
twi_cc_key_nonscalaronly in this region- baseline
- (absent)
- observed
- Transaction cancelled, please refer cancellation reasons for specific reasons [ValidationError]
-
{ NULL: false } round-tripround-trip differs- baseline
- {"put":"accepted","returnedItem":{"pk":{"S":"em-put-null-false"},"attr1":{"NULL":true}}}
- observed
- {"put":"rejected","name":"ValidationException","message":"One or more parameter values were invalid: Null attribute value types must have the value of true"}
us-east-1 14 reworded · 9 field differences · 1 round-trip · 17 added or removed
-
s_put_table_emptynames a different field- baseline
- 1 validation error detected: Value at 'TableName' failed to satisfy constraint: Member must have length greater than or equal to 1
- observed
- 1 validation error detected: Value '' at 'tableName' failed to satisfy constraint: Member must have length greater than or equal to 1
-
c_bw_over25rewordedwording differs inside a long request echo (baseline 7.6k chars, observed 7.6k chars)
-
c_ct_3keysnames a different field- baseline
- One or more parameter values were invalid: ReadCapacityUnits and WriteCapacityUnits must both be specified when BillingMode is PROVISIONED
- observed
- 1 validation error detected: Value '[KeySchemaElement(attributeName=pk, keyType=HASH), KeySchemaElement(attributeName=sk, keyType=RANGE), KeySchemaElement(attributeName=extra, keyType=RANGE)]' at 'keySchema' failed to satisfy constraint: Member must have length less than or equal …
-
b_put_empty_ssreworded- baseline
- 1 validation error detected: One or more parameter values were invalid: An string set may not be empty
- observed
- One or more parameter values were invalid: An string set may not be empty
-
b_put_empty_nsreworded- baseline
- 1 validation error detected: One or more parameter values were invalid: An number set may not be empty
- observed
- One or more parameter values were invalid: An number set may not be empty
-
b_put_dup_ssreworded- baseline
- 1 validation error detected: One or more parameter values were invalid: Input collection ["a", "a"] contains duplicates.
- observed
- One or more parameter values were invalid: Input collection [a, a] contains duplicates.
-
b_put_mix_exprreworded- baseline
- 1 validation error detected: Can not use both expression and non-expression parameters in the same request: Non-expression parameters: {Expected} Expression parameters: {ConditionExpression}
- observed
- Can not use both expression and non-expression parameters in the same request: Non-expression parameters: {Expected} Expression parameters: {ConditionExpression}
-
b_put_eav_no_exprreworded- baseline
- 1 validation error detected: ExpressionAttributeValues can only be specified when using expressions
- observed
- ExpressionAttributeValues can only be specified when using expressions: ConditionExpression is null
-
b_put_redundant_parensreworded- baseline
- 1 validation error detected: Invalid ConditionExpression: The expression has redundant parentheses;
- observed
- Invalid ConditionExpression: The expression has redundant parentheses;
-
b_put_contains_dupreworded- baseline
- 1 validation error detected: Invalid ConditionExpression: The first operand must be distinct from the remaining operands for this operator or function; operator: contains, first operand: [data]
- observed
- Invalid ConditionExpression: The first operand must be distinct from the remaining operands for this operator or function; operator: contains, first operand: [data]
-
u_upd_syntaxreworded- baseline
- 1 validation error detected: Invalid UpdateExpression: Syntax error; token: "INVALID", near: "INVALID SYNTAX"
- observed
- Invalid UpdateExpression: Syntax error; token: "INVALID", near: "INVALID SYNTAX"
-
u_upd_unused_eanreworded- baseline
- 1 validation error detected: Value provided in ExpressionAttributeNames unused in expressions: keys: {#unused}
- observed
- Value provided in ExpressionAttributeNames unused in expressions: keys: {#unused}
-
u_upd_unused_eavreworded- baseline
- 1 validation error detected: Value provided in ExpressionAttributeValues unused in expressions: keys: {:unused}
- observed
- Value provided in ExpressionAttributeValues unused in expressions: keys: {:unused}
-
u_upd_missing_eavreworded- baseline
- 1 validation error detected: Invalid UpdateExpression: An expression attribute value used in expression is not defined; attribute value: :v
- observed
- Invalid UpdateExpression: An expression attribute value used in expression is not defined; attribute value: :v
-
u_upd_mixreworded- baseline
- 1 validation error detected: Can not use both expression and non-expression parameters in the same request: Non-expression parameters: {AttributeUpdates} Expression parameters: {UpdateExpression}
- observed
- Can not use both expression and non-expression parameters in the same request: Non-expression parameters: {AttributeUpdates} Expression parameters: {UpdateExpression}
-
u_upd_emptyreworded- baseline
- 1 validation error detected: Invalid UpdateExpression: The expression can not be empty;
- observed
- Invalid UpdateExpression: The expression can not be empty;
-
o_put_empty_table_empty_itemnames a different field- baseline
- 1 validation error detected: Value at 'TableName' failed to satisfy constraint: Member must have length greater than or equal to 1
- observed
- 1 validation error detected: Value '' at 'tableName' failed to satisfy constraint: Member must have length greater than or equal to 1
-
o_put_empty_table_bad_rvnames a different field- baseline
- 1 validation error detected: Value at 'TableName' failed to satisfy constraint: Member must have length greater than or equal to 1
- observed
- 2 validation errors detected: Value 'INVALID' at 'returnValues' failed to satisfy constraint: Member must satisfy enum value set: [ALL_NEW, UPDATED_OLD, ALL_OLD, NONE, UPDATED_NEW]; Value '' at 'tableName' failed to satisfy constraint: Member must have length greater than or equa …
-
o_put_three_bad_enumsnames a different field- baseline
- 3 validation errors detected: Value 'INVALID' at 'returnConsumedCapacity' failed to satisfy constraint: Member must satisfy enum value set: [INDEXES, TOTAL, NONE]; Failed to satisfy constraint: Member must satisfy enum value set: [ALL_OLD, UPDATED_OLD, ALL_NEW, UPDATE_NEW, NONE]; …
- observed
- 3 validation errors detected: Value 'INVALID' at 'returnValues' failed to satisfy constraint: Member must satisfy enum value set: [ALL_NEW, UPDATED_OLD, ALL_OLD, NONE, UPDATED_NEW]; Value 'INVALID' at 'returnConsumedCapacity' failed to satisfy constraint: Member must satisfy enum …
-
o_del_empty_tablenames a different field- baseline
- 1 validation error detected: Value at 'TableName' failed to satisfy constraint: Member must have length greater than or equal to 1
- observed
- 1 validation error detected: Value '' at 'tableName' failed to satisfy constraint: Member must have length greater than or equal to 1
-
o_del_two_bad_enumsnames a different field- baseline
- 2 validation errors detected: Value 'INVALID' at 'returnConsumedCapacity' failed to satisfy constraint: Member must satisfy enum value set: [INDEXES, TOTAL, NONE]; Failed to satisfy constraint: Member must satisfy enum value set: [ALL_OLD, UPDATED_OLD, ALL_NEW, UPDATE_NEW, NONE]
- observed
- 2 validation errors detected: Value 'INVALID' at 'returnValues' failed to satisfy constraint: Member must satisfy enum value set: [ALL_NEW, UPDATED_OLD, ALL_OLD, NONE, UPDATED_NEW]; Value 'INVALID' at 'returnConsumedCapacity' failed to satisfy constraint: Member must satisfy enum …
-
o_upd_empty_tablenames a different field- baseline
- 1 validation error detected: Value at 'TableName' failed to satisfy constraint: Member must have length greater than or equal to 1
- observed
- 1 validation error detected: Value '' at 'tableName' failed to satisfy constraint: Member must have length greater than or equal to 1
-
o_upd_two_bad_enumsnames a different field- baseline
- 1 validation error detected: Failed to satisfy constraint: Member must satisfy enum value set: [ALL_OLD, UPDATED_OLD, ALL_NEW, UPDATE_NEW, NONE]
- observed
- 2 validation errors detected: Value 'INVALID' at 'returnConsumedCapacity' failed to satisfy constraint: Member must satisfy enum value set: [INDEXES, TOTAL, NONE]; Value 'INVALID' at 'returnValues' failed to satisfy constraint: Member must satisfy enum value set: [ALL_NEW, UPDATE …
-
bw_table_wrongtypeonly in this region- baseline
- (absent)
- observed
- The provided key element does not match the schema
-
bw_table_nonscalaronly in this region- baseline
- (absent)
- observed
- The provided key element does not match the schema
-
del_key_emptyonly in this region- baseline
- (absent)
- observed
- One or more parameter values are not valid. The AttributeValue for a key attribute cannot contain an empty string value. Key: pk
-
get_key_emptyonly in this region- baseline
- (absent)
- observed
- One or more parameter values are not valid. The AttributeValue for a key attribute cannot contain an empty string value. Key: pk
-
del_key_wrongtypeonly in this region- baseline
- (absent)
- observed
- The provided key element does not match the schema
-
get_key_wrongtypeonly in this region- baseline
- (absent)
- observed
- The provided key element does not match the schema
-
del_key_nonscalaronly in this region- baseline
- (absent)
- observed
- The provided key element does not match the schema
-
get_key_nonscalaronly in this region- baseline
- (absent)
- observed
- The provided key element does not match the schema
-
twi_upd_key_emptyonly in this region- baseline
- (absent)
- observed
- One or more parameter values are not valid. The AttributeValue for a key attribute cannot contain an empty string value. Key: pk
-
twi_del_key_emptyonly in this region- baseline
- (absent)
- observed
- One or more parameter values are not valid. The AttributeValue for a key attribute cannot contain an empty string value. Key: pk
-
twi_cc_key_emptyonly in this region- baseline
- (absent)
- observed
- One or more parameter values are not valid. The AttributeValue for a key attribute cannot contain an empty string value. Key: pk
-
twi_upd_key_wrongtypeonly in this region- baseline
- (absent)
- observed
- Transaction cancelled, please refer cancellation reasons for specific reasons [ValidationError]
-
twi_del_key_wrongtypeonly in this region- baseline
- (absent)
- observed
- Transaction cancelled, please refer cancellation reasons for specific reasons [ValidationError]
-
twi_cc_key_wrongtypeonly in this region- baseline
- (absent)
- observed
- Transaction cancelled, please refer cancellation reasons for specific reasons [ValidationError]
-
twi_upd_key_nonscalaronly in this region- baseline
- (absent)
- observed
- Transaction cancelled, please refer cancellation reasons for specific reasons [ValidationError]
-
twi_del_key_nonscalaronly in this region- baseline
- (absent)
- observed
- Transaction cancelled, please refer cancellation reasons for specific reasons [ValidationError]
-
twi_cc_key_nonscalaronly in this region- baseline
- (absent)
- observed
- Transaction cancelled, please refer cancellation reasons for specific reasons [ValidationError]
-
{ NULL: false } round-tripround-trip differs- baseline
- {"put":"accepted","returnedItem":{"pk":{"S":"em-put-null-false"},"attr1":{"NULL":true}}}
- observed
- {"put":"rejected","name":"ValidationException","message":"One or more parameter values were invalid: Null attribute value types must have the value of true"}
eu-central-1 1 reworded · 2 field differences · 17 added or removed
-
c_bw_over25rewordedwording differs inside a long request echo (baseline 7.6k chars, observed 4.2k chars)
-
c_ct_3keysnames a different field- baseline
- One or more parameter values were invalid: ReadCapacityUnits and WriteCapacityUnits must both be specified when BillingMode is PROVISIONED
- observed
- 1 validation error detected: Value '[com.amazonaws.dynamodb.v20120810.KeySchemaElement@ad28eb1d, com.amazonaws.dynamodb.v20120810.KeySchemaElement@38b9654b, com.amazonaws.dynamodb.v20120810.KeySchemaElement@3e80eb03]' at 'keySchema' failed to satisfy constraint: Member must have …
-
o_put_three_bad_enumsnames a different field- baseline
- 3 validation errors detected: Value 'INVALID' at 'returnConsumedCapacity' failed to satisfy constraint: Member must satisfy enum value set: [INDEXES, TOTAL, NONE]; Failed to satisfy constraint: Member must satisfy enum value set: [ALL_OLD, UPDATED_OLD, ALL_NEW, UPDATE_NEW, NONE]; …
- observed
- 3 validation errors detected: Value 'INVALID' at 'returnConsumedCapacity' failed to satisfy constraint: Member must satisfy enum value set: [INDEXES, TOTAL, NONE]; Failed to satisfy constraint: Member must satisfy enum value set: [ALL_OLD, UPDATED_OLD, ALL_NEW, UPDATE_NEW, NONE]; …
-
bw_table_wrongtypeonly in this region- baseline
- (absent)
- observed
- The provided key element does not match the schema
-
bw_table_nonscalaronly in this region- baseline
- (absent)
- observed
- The provided key element does not match the schema
-
del_key_emptyonly in this region- baseline
- (absent)
- observed
- One or more parameter values are not valid. The AttributeValue for a key attribute cannot contain an empty string value. Key: pk
-
get_key_emptyonly in this region- baseline
- (absent)
- observed
- One or more parameter values are not valid. The AttributeValue for a key attribute cannot contain an empty string value. Key: pk
-
del_key_wrongtypeonly in this region- baseline
- (absent)
- observed
- The provided key element does not match the schema
-
get_key_wrongtypeonly in this region- baseline
- (absent)
- observed
- The provided key element does not match the schema
-
del_key_nonscalaronly in this region- baseline
- (absent)
- observed
- The provided key element does not match the schema
-
get_key_nonscalaronly in this region- baseline
- (absent)
- observed
- The provided key element does not match the schema
-
twi_upd_key_emptyonly in this region- baseline
- (absent)
- observed
- One or more parameter values are not valid. The AttributeValue for a key attribute cannot contain an empty string value. Key: pk
-
twi_del_key_emptyonly in this region- baseline
- (absent)
- observed
- One or more parameter values are not valid. The AttributeValue for a key attribute cannot contain an empty string value. Key: pk
-
twi_cc_key_emptyonly in this region- baseline
- (absent)
- observed
- One or more parameter values are not valid. The AttributeValue for a key attribute cannot contain an empty string value. Key: pk
-
twi_upd_key_wrongtypeonly in this region- baseline
- (absent)
- observed
- Transaction cancelled, please refer cancellation reasons for specific reasons [ValidationError]
-
twi_del_key_wrongtypeonly in this region- baseline
- (absent)
- observed
- Transaction cancelled, please refer cancellation reasons for specific reasons [ValidationError]
-
twi_cc_key_wrongtypeonly in this region- baseline
- (absent)
- observed
- Transaction cancelled, please refer cancellation reasons for specific reasons [ValidationError]
-
twi_upd_key_nonscalaronly in this region- baseline
- (absent)
- observed
- Transaction cancelled, please refer cancellation reasons for specific reasons [ValidationError]
-
twi_del_key_nonscalaronly in this region- baseline
- (absent)
- observed
- Transaction cancelled, please refer cancellation reasons for specific reasons [ValidationError]
-
twi_cc_key_nonscalaronly in this region- baseline
- (absent)
- observed
- Transaction cancelled, please refer cancellation reasons for specific reasons [ValidationError]