/** * An Adonis middleware which intercepts errors thrown during the request lifecycle and * formats the responses in a consistent manner meant to be easily consumed by clients. * @module @nhtio/lucid-resourceful/integration/middlewares/odata_error */ import { ODataErrorMiddleware } from "../../private/odata_macro/middlewares/odata_error_middleware"; export default ODataErrorMiddleware;