* Add an global error to the `HttpApi`.
(
schema: Schema.Schema<A, I, RX>,
annotations?: {
readonly status?: number | undefined
}
)
| 76 | * Add an global error to the `HttpApi`. |
| 77 | */ |
| 78 | addError<A, I, RX>( |
| 79 | schema: Schema.Schema<A, I, RX>, |
| 80 | annotations?: { |
| 81 | readonly status?: number | undefined |
no outgoing calls
no test coverage detected