cancel
Showing results for 
Search instead for 
Did you mean: 

hide the error message from CIM reponse

Hi All

when I am runing CIM - in case of any error - I am getting the message - "The operation failed with the following errors:....." - Even though I am not printing anything still this is displayed.

 

How I could hide it?

 

Many thanks!

Sathish

sathumenon
Contributor
1 ACCEPTED SOLUTION

Accepted Solutions

You mean like the one in php CIM sample code

file util.php

method function parse_api_response($content)

line echo "The operation failed with the following errors:<br>";
You can comment it out.

View solution in original post

RaynorC1emen7
Expert
2 REPLIES 2

You mean like the one in php CIM sample code

file util.php

method function parse_api_response($content)

line echo "The operation failed with the following errors:<br>";
You can comment it out.

RaynorC1emen7
Expert

Thanks Sir! thanks for the great help!