Etiqueta: Tratamiento de errores

Manage 429 RateLimit Errors with Spring WebClient

Gestión de errores 429 RateLimit con Spring WebClient

Recientemente me he hecho cargo del mantenimiento de un proyecto Spring Boot. Este proyecto tiene algunos errores RateLimit en los logs cuando la app estaba contactando con una API REST remota. Resulta que esta app también estaba utilizando el método síncrono,...

Laurent Doguin 4 de diciembre de 2023
From N1QL to JavaScript and back – Part 4: Error Handling

De N1QL a JavaScript y viceversa - Parte 4: Tratamiento de errores

En blogs anteriores, hemos cubierto la ejecución de N1QL desde funciones JavaScript, el procesamiento de documentos a través de iteradores y la manipulación de datos. Ahora pasamos al manejo de errores desde sentencias N1QL. Manejo de errores Cuando se encuentra un error de cualquier naturaleza, el jsevaluator por...

Error handling in the Java client library

Error handling in the Java client library

In my previous blog article, we looked at the errors thrown by libCouchbase clients such as ruby, python, C and C++. This blog will focus on the Java client library for Couchbase. In the Java client library, there are exceptions,...

PHP SDK 2.0.0 Developer Preview

PHP SDK 2.0.0 Developer Preview

Over the past few months, the SDK development team has been working on defining a new interface for interacting with the SDKs, dubbed SDK 2.0 (not directly related to PHP SDK 2.0.0 which merely happens to implement a large portion...