It's all about the answers!

Ask a question

How to find out the RTC OSLC return codes


Gary Dang (59328855) | asked Oct 19 '11, 12:32 p.m.
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



permanent link
Geoffrey Clemm (30.1k33035) | 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
(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?

permanent link
Gary Dang (59328855) | answered Oct 19 '11, 8:43 p.m.
that helps thanks


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
(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?

Your answer


Register or to post your answer.