Values.UnprocessedNamedQueryIdSourceInformation about a named query ID that could not be processed.
type nonrec t = {namedQueryId : NamedQueryId.t option;The unique identifier of the named query.
*)errorCode : ErrorCode.t option;The error code returned when the processing request for the named query failed, if applicable.
*)errorMessage : ErrorMessage.t option;The error message returned when the processing request for the named query failed, if applicable.
*)}