The diagram shows that RequestValidationError and DatabaseConnectionError type errors can occur after a request and the Error Handling Middleware checks if these errors correctly implement the serializeError method and the statusCode property.

El diagrama muestra que tras una petición se pueden producir errores de tipo RequestValidationError y DatabaseConnectionError y el Error Handling Middleware chequea si estos errores implementan correctamente el método serializeError y la propiedad statusCode.

Volver al artículo