Values.MemberErrorSourceThe list of errors returned when a member action results in an error.
type nonrec t = {memberId : NonEmptyString.t option;The member ID.
*)errorCode : ErrorCode.t option;The error code.
*)errorMessage : String_.t option;The error message.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of NonEmptyString.t ]) list ]