Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Custom error message in OIC
Hi everyone,
Is there a way we could response with a custom error message in a REST OIC integration?
When we create a REST Integration we only can set the request & response messages, by default OIC creates this error message:
{
"type": "http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.1",
"title": "Internal Server Error",
"detail": "Internal server error. Please contact oracle support for details.",
"o:errorCode": "500",
}
We want a fault like:
{
"codigo": "OIC-382505",
"descripcion": "Description",
"detalle": "Detail"
}
Best regards
Luis Juarez
1