Values.StatementTimeoutExceptionSourceThe execution of the SQL statement timed out.
type nonrec t = {message : ErrorMessage.t option;The error message returned by this StatementTimeoutException error.
*)dbConnectionId : Long.t option;The database connection ID that executed the SQL statement.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Long of Long.t | `String of ErrorMessage.t ]) list ]