Values.InternalServerExceptionSourceThe server encountered an unexpected condition that prevented it from fulfilling the request.
type nonrec t = {message : LargeBoundedString.t option;retryAfterSeconds : PositiveInteger.t option;The server encountered an unexpected condition that prevented it from fulfilling the request. The request will be retried again after x seconds.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of PositiveInteger.t | `String of LargeBoundedString.t ])
list ]