| import { HttpApiMiddleware } from "effect/unstable/httpapi" | |
| import { InvalidRequestError } from "../errors" | |
| export class SchemaErrorMiddleware extends HttpApiMiddleware.Service<SchemaErrorMiddleware>()( | |
| "@opencode/HttpApiSchemaError", | |
| { error: InvalidRequestError }, | |
| ) {} | |