Values.BatchStatementErrorSourceAn error associated with a statement in a PartiQL batch that was run.
type nonrec t = {code : BatchStatementErrorCodeEnum.t option;The error code associated with the failed PartiQL batch statement.
*)message : String_.t option;The error message associated with the PartiQL batch response.
*)item : AttributeMap.t option;The item which caused the condition check to fail. This will be set if ReturnValuesOnConditionCheckFailure is specified as ALL_OLD.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of AttributeName.t ] * Awso.Botodata.value) list
| `String of String_.t ])
list ]