Values.InternalServerExceptionSourceThe request processing has failed because of an unknown error, exception or failure.
type nonrec t = {message : LargeBoundedString.t option;retryAfterSeconds : PositiveInteger.t option;The number of seconds after which the request should be safe to retry.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of PositiveInteger.t | `String of LargeBoundedString.t ])
list ]