package openrouter_api

  1. Overview
  2. Docs

Module Api_error.DetailsSource

Sourcetype t = {
  1. message : string;
  2. code : Code.t option;
  3. metadata : Jsonaf.t option;
}
Sourceval t_of_jsonaf : Ppx_jsonaf_conv_lib.Jsonaf_kernel.t -> t
include Sexplib0.Sexpable.S with type t := t
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t