Values.BeginTransactionResponseSourceThe response elements represent the output of a request to start a SQL transaction.
type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `BadRequestException of BadRequestException.t| `DatabaseErrorException of DatabaseErrorException.t| `DatabaseNotFoundException of DatabaseNotFoundException.t| `DatabaseResumingException of DatabaseResumingException.t| `ForbiddenException of ForbiddenException.t| `HttpEndpointNotEnabledException of HttpEndpointNotEnabledException.t| `InternalServerErrorException of InternalServerErrorException.t| `InvalidResourceStateException of InvalidResourceStateException.t| `InvalidSecretException of InvalidSecretException.t| `SecretsErrorException of SecretsErrorException.t| `StatementTimeoutException of StatementTimeoutException.t| `TransactionNotFoundException of TransactionNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `BadRequestException of BadRequestException.t
| `DatabaseErrorException of DatabaseErrorException.t
| `DatabaseNotFoundException of DatabaseNotFoundException.t
| `DatabaseResumingException of DatabaseResumingException.t
| `DatabaseUnavailableException of unit
| `ForbiddenException of ForbiddenException.t
| `HttpEndpointNotEnabledException of HttpEndpointNotEnabledException.t
| `InternalServerErrorException of unit
| `InvalidResourceStateException of InvalidResourceStateException.t
| `InvalidSecretException of InvalidSecretException.t
| `SecretsErrorException of SecretsErrorException.t
| `ServiceUnavailableError of unit
| `StatementTimeoutException of StatementTimeoutException.t
| `TransactionNotFoundException of TransactionNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `BadRequestException of BadRequestException.t
| `DatabaseErrorException of DatabaseErrorException.t
| `DatabaseNotFoundException of DatabaseNotFoundException.t
| `DatabaseResumingException of DatabaseResumingException.t
| `DatabaseUnavailableException of unit
| `ForbiddenException of ForbiddenException.t
| `HttpEndpointNotEnabledException of HttpEndpointNotEnabledException.t
| `InternalServerErrorException of unit
| `InvalidResourceStateException of InvalidResourceStateException.t
| `InvalidSecretException of InvalidSecretException.t
| `SecretsErrorException of SecretsErrorException.t
| `ServiceUnavailableError of unit
| `StatementTimeoutException of StatementTimeoutException.t
| `TransactionNotFoundException of TransactionNotFoundException.t
| `Unknown_operation_error of string * string option ]