Skip to main content


         This documentation site is for previous versions. Visit our new documentation site for current releases.      
 

reportError(errorMsg, errorObj, context)

Updated on July 20, 2021

Saves the error information in the Redux Store. This is applicable to all errors that need to be handled at the infrastructure level.

Returns

Not applicable.

Parameters

NameTypeDescriptionRequired
errorMsgstringThe error message to be logged to Redux Store.
errorObjobjectThe error object that contains information about the error.
contextstringThe path in the Redux store where you want to save the error information.

Usage example

In this example, the error message is stored in the Redux Store.

getPConnect().reportError(
   ': Error ocurred during ajax call at fetchMessages API :',
   {
     errorClassification: 'Invalid inputs'
     errorDetails: {
       localizedValue: 'localized error message'
     }
   }
);

Have a question? Get answers now.

Visit the Support Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega.com is not optimized for Internet Explorer. For the optimal experience, please use:

Close Deprecation Notice
Contact us