question

Upvotes
Accepted
7 1 0 1

Error Handling | RDP API

Hey Team,

Can you provide guidelines on robust error handling and retry logic for API calls to handle transient errors and ensure reliable data retrieval for RDP API?

Thanks!

#technologyrdp-apierror
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvote
Accepted
24.3k 62 15 21

Hi @mohamed.noohaboo,

RDP is a REST API, and the standard best practice code guidelines can be applied to it as well. In general HTTP 200/300 responses mean success, HTTP 400 series mean error and HTTP 500 series mean that the error is at the server.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Thanks @Gurpreet ! I shall share the details with the client.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.