Cocoapods does not display the custom message sent from Sonatype Nexus Repository Manager

We are trying to implement Cocoapods support for one of our plugins developed for Sonatype Nexus Repository Manager (NRM). The users set up Cocoapods Proxy in NRM to download and install the packages. Our goal is to send back and display a custom message in user’s Cocoapods client when the user initiates installation(pod install). This custom message will be generated based on a specific criteria checked at the backend logic of the plugin. However, the Cocoapods client is displaying only the error code but not the custom message(Cocoapods client displays the error code in an formatted way and it will not be overridden by NRM custom message).

Podfile

Cocoapods client response We tried different error codes as well as the debug level option(pod install --verbose) to see if it displays additional messages. But it was not successful. Is there an approach or a workaround to overcome this issue? Appreciate your thoughts and support on this. Thank you.

Cocoapods does not display the custom message sent from Sonatype Nexus Repository Manager
 
 
Q