We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

Variable to store Error no & Error message

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
vikas
Posts: 53
Joined: Wed May 13, 2015 7:46 pm

Variable to store Error no & Error message

Post by vikas »

Hi Plum

Looking at below log "errno: 205 uri" occurred.

Is there any session variable which stores this value of errno: 205? Also any variable which stores the error message i.e.
“Parse error in file https://apipp.blackhawknetwork.com/Volu ... Activation", invalid XML”

If we have variables that store these fields then I can use it in a “if” condition and provide appropriate treatment for this specific case.

Using <catch> for error.badfetch event won't be sufficient in my case since badfetch event can occur in many scenarios and I want to write code specific for errno: 205 invalid XML.

Let us know.

Thu 05 May 2016 06:45:17.245 PM EDT (200035;004;1462488052) [inet] EVENT: Attempting to fetch https://apipp.blackhawknetwork.com/Volu ... Activation
Thu 05 May 2016 06:45:17.901 PM EDT (200035;004;1462488052) [vxi] EVENT: Parse error in file "https://apipp.blackhawknetwork.com/Volu ... Activation", invalid XML
Thu 05 May 2016 06:45:17.901 PM EDT (200035;004;1462488052) [vxi] ERROR: errno: 205 uri https://apipp.blackhawknetwork.com/Volu ... Activation
Thu 05 May 2016 06:45:17.901 PM EDT (200035;004;1462488052) [vxi] EVENT: received event: error.badfetch:
Thu 05 May 2016 06:45:17.901 PM EDT (200035;004;1462488052) [Error] LOCAL: HTTP - Other Error Code
Thu 05 May 2016 06:45:17.901 PM EDT (200035;004;1462488052) [vxi] EVENT: VXI::assign_element(name="errorEmailMessage" expr = "'Other Error Code'")

Thanks & Regards
Vikas Prasad
Ph: 314-810-9225

support
Posts: 3632
Joined: Mon Jun 02, 2003 3:47 pm
Location: Boston, MA
Contact:

Re: Variable to store Error no & Error message

Post by support »

Hi Vikas,

We believe this question was answered in your open support ticket, but if you have any further questions or anything was not addressed please let us know,

Regards,
Plum Support

Post Reply