Values.InternalServerExceptionSourceAn unexpected server-side error occurred during request processing.
type nonrec t = {message : ErrorMessage.t option;retryAfterSeconds : Integer.t option;The number of seconds to wait before retrying the operation.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Integer.t | `String of ErrorMessage.t ]) list ]