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