Values.BatchUnameErrorResponseItemSourceContains error information for a username hash lookup that failed in a batch uname lookup request.
type nonrec t = {field : GenericString.t option;The field that caused the error.
*)reason : GenericString.t option;A description of why the username hash lookup failed.
*)uname : Uname.t option;The username hash that failed to be looked up.
*)}