-
* fhir.resources version: current
* Python version: 3.7
* Operating System: Mac OS
### Description
when instantiate a FHIR Resource with a required valueset - Observation.status, I expected i…
-
## In what area(s)?
> /area runtime
> /area operator
> /area placement
> /area docs
> /area test-and-release
## Describe the proposal
In addition to the usual status codes for…
-
### Description
Several Engine API endpoints accept truncated IDs (e.g. container ID, image digest) which the engine resolves to the full ID if the prefix is unique, or it responds HTTP 404 Not Fou…
-
Hi there,
Not sure where the right place is to post/report this, so I hope it is ok here...
Since last week the API service v6.bvg.transport.rest is down and I (and all other consumers i have spok…
-
-
When generating status codes from error codes, it should be `% 200 + 400`, to make sure it always comes out as an error code. It will thus be possible to introduce new error codes outside the HTTP ran…
-
I use starlette_exporter alonside [asgi-ratelimit](https://github.com/abersheeran/asgi-ratelimit),
and it seems starlette_exporter ignores the HTTP 429 responses from that ratelimiting middleware.
…
-
```
When sending HTTP requests with goog.net.XhrIo, the request will be considered
failed if
goog.net.XhrIo.prototype.isSuccess() returns false. Currently, it will only
return true if the HTTP
res…
-
```
When sending HTTP requests with goog.net.XhrIo, the request will be considered
failed if
goog.net.XhrIo.prototype.isSuccess() returns false. Currently, it will only
return true if the HTTP
res…
-
Currently, most of the error codes returned are either EIO or ENOMEM.
We should check properly the HTTP reponse status codes and map them to meaningful errno codes. (for instance, HTTP 403 => EACCES)…