-
RDF 6906 states:
> For the purpose of this specification, a profile can be
described as additional semantics that can be used to process a
resource representation, such as constraints, conv…
-
I am using custom error reporting logic by means of overriding the `huma.NewError` function, and it works as expected. It generates an error response described by the following model
```go
type Erro…
-
It is not clear to me how to indicate errors to the client when dealing with server sent events.
According to the [documentation](https://huma.rocks/features/server-sent-events-sse/), you can only …
-
**Problem description**
This is related to [error responses](https://github.com/camaraproject/Commonalities/blob/main/documentation/API-design-guidelines.md#6-error-responses) within the API design g…
-
Have you considered RFC7807 (https://datatracker.ietf.org/doc/html/rfc7807) as a way of structuring errors? I haven't seen it much in the wild but I am always in favour of using standards where possib…
-
Some opeanpi specifications have a default response, like in:
"responses":{
"201":{
"description":"When the signing session was successfully created.",
…
-
Today the error messages emitted only report the HTTP Status message.
`422 Unrecognized Entities`
https://github.com/equinix-labs/metal-go/blob/main/metal/v1/api_projects.go#L175
https://github.c…
-
Hi
I was trying to follow the readme, but unfortunately, I cannot run the app.
Executing the `./gradlew bootRun` results in the error:
```
Execution failed for task ':bootRun'.
> Failed to ca…
-
```js
schema.openapi({ description: 'Some string' });
```
I am aware that the extension method `.openapi()` can be used to set the description, as shown above.
However, currently, it appears that …
-
### Feature Description
Helpers should have support for application/problem+json [RFC7807](https://datatracker.ietf.org/doc/html/rfc7807)
```go
const (
MIMETextXML = "text/xml"…