Values.ErrorDetailSourceProvides information about a Amazon Q Business request error.
type nonrec t = {errorMessage : ErrorMessage.t option;The message explaining the Amazon Q Business request error.
*)errorCode : ErrorCode.t option;The code associated with the Amazon Q Business request error.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ErrorMessage.t ]) list ]