HttpApi module. This should allow me to (optionally) crate an alternative implementation using the HttpApiBuilder, but also immediately use it to generate a client, docs, etc.HttpApi is going to add the following as one of possible errors by default:HttpApiDecodeError to my own ValidationError, is it possible to provide this mapping to the HttpApi specs, so that:HttpApiBuilder automatically uses this mapper to transform the HttpApiDecodeError into my custom ValidationError before it sends the response?