Values.InternalServerExceptionSourceThe request processing has failed because of an internal error in the service.
type nonrec t = {message : ExceptionMessage.t option;The container for the exception message.
*)retryAfterSeconds : Integer.t option;Specifies the retryAfterSeconds value.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Integer.t | `String of ExceptionMessage.t ])
list ]