Skip to content

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.

Across all regions: 29 reworded · 20 field differences · 2 round-trips baseline eu-west-2, captured 2026-06-09 latest 2026-07-13
ap-southeast-2 14 reworded · 9 field differences · 1 round-trip · 17 added or removed
  • s_put_table_empty names 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_over25 reworded

    wording differs inside a long request echo (baseline 7.6k chars, observed 7.6k chars)

  • c_ct_3keys names 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_ss reworded
    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_ns reworded
    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_ss reworded
    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_expr reworded
    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_expr reworded
    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_parens reworded
    baseline
    1 validation error detected: Invalid ConditionExpression: The expression has redundant parentheses;
    observed
    Invalid ConditionExpression: The expression has redundant parentheses;
  • b_put_contains_dup reworded
    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_syntax reworded
    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_ean reworded
    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_eav reworded
    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_eav reworded
    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_mix reworded
    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_empty reworded
    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_item names 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_rv names 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_enums names 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_table names 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_enums names 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_table names 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_enums names 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_wrongtype only in this region
    baseline
    (absent)
    observed
    The provided key element does not match the schema
  • bw_table_nonscalar only in this region
    baseline
    (absent)
    observed
    The provided key element does not match the schema
  • del_key_empty only 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_empty only 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_wrongtype only in this region
    baseline
    (absent)
    observed
    The provided key element does not match the schema
  • get_key_wrongtype only in this region
    baseline
    (absent)
    observed
    The provided key element does not match the schema
  • del_key_nonscalar only in this region
    baseline
    (absent)
    observed
    The provided key element does not match the schema
  • get_key_nonscalar only in this region
    baseline
    (absent)
    observed
    The provided key element does not match the schema
  • twi_upd_key_empty only 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_empty only 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_empty only 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_wrongtype only in this region
    baseline
    (absent)
    observed
    Transaction cancelled, please refer cancellation reasons for specific reasons [ValidationError]
  • twi_del_key_wrongtype only in this region
    baseline
    (absent)
    observed
    Transaction cancelled, please refer cancellation reasons for specific reasons [ValidationError]
  • twi_cc_key_wrongtype only in this region
    baseline
    (absent)
    observed
    Transaction cancelled, please refer cancellation reasons for specific reasons [ValidationError]
  • twi_upd_key_nonscalar only in this region
    baseline
    (absent)
    observed
    Transaction cancelled, please refer cancellation reasons for specific reasons [ValidationError]
  • twi_del_key_nonscalar only in this region
    baseline
    (absent)
    observed
    Transaction cancelled, please refer cancellation reasons for specific reasons [ValidationError]
  • twi_cc_key_nonscalar only in this region
    baseline
    (absent)
    observed
    Transaction cancelled, please refer cancellation reasons for specific reasons [ValidationError]
  • { NULL: false } round-trip round-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_empty names 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_over25 reworded

    wording differs inside a long request echo (baseline 7.6k chars, observed 7.6k chars)

  • c_ct_3keys names 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_ss reworded
    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_ns reworded
    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_ss reworded
    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_expr reworded
    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_expr reworded
    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_parens reworded
    baseline
    1 validation error detected: Invalid ConditionExpression: The expression has redundant parentheses;
    observed
    Invalid ConditionExpression: The expression has redundant parentheses;
  • b_put_contains_dup reworded
    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_syntax reworded
    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_ean reworded
    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_eav reworded
    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_eav reworded
    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_mix reworded
    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_empty reworded
    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_item names 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_rv names 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_enums names 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_table names 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_enums names 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_table names 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_enums names 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_wrongtype only in this region
    baseline
    (absent)
    observed
    The provided key element does not match the schema
  • bw_table_nonscalar only in this region
    baseline
    (absent)
    observed
    The provided key element does not match the schema
  • del_key_empty only 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_empty only 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_wrongtype only in this region
    baseline
    (absent)
    observed
    The provided key element does not match the schema
  • get_key_wrongtype only in this region
    baseline
    (absent)
    observed
    The provided key element does not match the schema
  • del_key_nonscalar only in this region
    baseline
    (absent)
    observed
    The provided key element does not match the schema
  • get_key_nonscalar only in this region
    baseline
    (absent)
    observed
    The provided key element does not match the schema
  • twi_upd_key_empty only 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_empty only 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_empty only 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_wrongtype only in this region
    baseline
    (absent)
    observed
    Transaction cancelled, please refer cancellation reasons for specific reasons [ValidationError]
  • twi_del_key_wrongtype only in this region
    baseline
    (absent)
    observed
    Transaction cancelled, please refer cancellation reasons for specific reasons [ValidationError]
  • twi_cc_key_wrongtype only in this region
    baseline
    (absent)
    observed
    Transaction cancelled, please refer cancellation reasons for specific reasons [ValidationError]
  • twi_upd_key_nonscalar only in this region
    baseline
    (absent)
    observed
    Transaction cancelled, please refer cancellation reasons for specific reasons [ValidationError]
  • twi_del_key_nonscalar only in this region
    baseline
    (absent)
    observed
    Transaction cancelled, please refer cancellation reasons for specific reasons [ValidationError]
  • twi_cc_key_nonscalar only in this region
    baseline
    (absent)
    observed
    Transaction cancelled, please refer cancellation reasons for specific reasons [ValidationError]
  • { NULL: false } round-trip round-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_over25 reworded

    wording differs inside a long request echo (baseline 7.6k chars, observed 4.2k chars)

  • c_ct_3keys names 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_enums names 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_wrongtype only in this region
    baseline
    (absent)
    observed
    The provided key element does not match the schema
  • bw_table_nonscalar only in this region
    baseline
    (absent)
    observed
    The provided key element does not match the schema
  • del_key_empty only 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_empty only 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_wrongtype only in this region
    baseline
    (absent)
    observed
    The provided key element does not match the schema
  • get_key_wrongtype only in this region
    baseline
    (absent)
    observed
    The provided key element does not match the schema
  • del_key_nonscalar only in this region
    baseline
    (absent)
    observed
    The provided key element does not match the schema
  • get_key_nonscalar only in this region
    baseline
    (absent)
    observed
    The provided key element does not match the schema
  • twi_upd_key_empty only 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_empty only 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_empty only 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_wrongtype only in this region
    baseline
    (absent)
    observed
    Transaction cancelled, please refer cancellation reasons for specific reasons [ValidationError]
  • twi_del_key_wrongtype only in this region
    baseline
    (absent)
    observed
    Transaction cancelled, please refer cancellation reasons for specific reasons [ValidationError]
  • twi_cc_key_wrongtype only in this region
    baseline
    (absent)
    observed
    Transaction cancelled, please refer cancellation reasons for specific reasons [ValidationError]
  • twi_upd_key_nonscalar only in this region
    baseline
    (absent)
    observed
    Transaction cancelled, please refer cancellation reasons for specific reasons [ValidationError]
  • twi_del_key_nonscalar only in this region
    baseline
    (absent)
    observed
    Transaction cancelled, please refer cancellation reasons for specific reasons [ValidationError]
  • twi_cc_key_nonscalar only in this region
    baseline
    (absent)
    observed
    Transaction cancelled, please refer cancellation reasons for specific reasons [ValidationError]