Module Values.BatchStatementErrorCodeEnumSource
Sourcetype nonrec t = | ConditionalCheckFailed| ItemCollectionSizeLimitExceeded| RequestLimitExceeded| ValidationError| ProvisionedThroughputExceeded| TransactionConflict| ThrottlingError| InternalServerError| ResourceNotFound| AccessDenied| DuplicateItem| Non_static_id of string
Sourceval to_value : t -> [> `Enum of string ]