How to find out the RTC OSLC return codes
I have an external application that uses OSLC to communicate with RTC (v3.0.1). This external application needs to process the possible return codes that RTC return. Where can I get that list of possible return codes. For example, if I attempt to issue a POST to create a RTC record, what are the possible return codes (and the error message) that I need to process in the external application?
|
2 answers
Geoffrey Clemm (30.1k●3●30●35)
| answered Oct 19 '11, 8:31 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
The OSLC CM V1 error specification is at:
http://open-services.net/bin/view/Main/CmRestApiV1?sortcol=table;up=#Error_Status_Information The OSLC CM V2 error specification is at: http://open-services.net/bin/view/Main/CmSpecificationV2?sortcol=table;up=#Error_Responses This is just a reference to the standard OSLC error section: http://open-services.net/bin/view/Main/OslcCoreSpecification#Error_Responses This describes where to find the error messages in the response. Cheers, Geoff On 10/19/2011 12:38 PM, gdang wrote: I have an external application that uses OSLC to communicate with RTC |
that helps thanks
The OSLC CM V1 error specification is at: I have an external application that uses OSLC to communicate with RTC |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.