User bio
404 bio not found
Member since Jul 23, 2024
Posts:
Replies:
I'm using a class that extends EnsLib.REST.Service, and it looks like %request is not available. This might be causing a 500 Internal Server Error when I try to access it.
I tried this check:
If '$IsObject($Get(%request)) {
Set debugInfo.error = "%request object is NOT available"
Write debugInfo.%ToJSON()
Quit $$$OK
}
Thanks!
issue resolved thank you
Certifications & Credly badges:
Abdul has no Certifications & Credly badges yet.
Global Masters badges:
Abdul has no Global Masters badges yet.
Followers:
Abdul has no followers yet.
Following:
Abdul has not followed anybody yet.
Thank you very much — it's working.