I’m using the SDK C# and when sending a request Envelopes::GetDocument (link) to get the documents, this fails with error:
"errorCode":"COMBINEDDOWNLOAD_UNABLETOGENERATEPDF","message":"Unable to generate combined PDF. Please download the documents as an archive."
Odd thing is that we are not requesting combined documents. Asking for combined documents would need the specific keyword “combined”, but we don’t have it or use it. Could the error code be related to something else than combined documents? I have not found any information about this error code.