rm api_types.ml

This commit is contained in:
swrup 2025-11-21 19:14:14 +01:00
parent 94a4c1e29e
commit 2968339c6d
4 changed files with 63 additions and 103 deletions

View file

@ -14,7 +14,6 @@
along with this program. If not, see <https://www.gnu.org/licenses/>. *)
let error_detail ?hint _status =
let open Api_types.ErrorDetail in
let open Json in
let code = -1 in
let s = encode_exn ErrorDetail.jsont { code; hint } in