wip management todo
This commit is contained in:
parent
0325cd9167
commit
14666fb836
6 changed files with 158 additions and 33 deletions
|
|
@ -1,7 +1,7 @@
|
|||
(* https://docs.taler.net/core/api-common.html#tsref-type-ErrorDetail *)
|
||||
module ErrorDetail = struct
|
||||
(* TODO GANA error codes
|
||||
https://git.gnunet.org/gana.git/tree/gnu-taler-error-codes/registry.rec *)
|
||||
https://git.gnunet.org/gana.git/tree/gnu-taler-error-codes/registry.rec *)
|
||||
type t = { code: int; hint: string option }
|
||||
|
||||
let make code hint = { code; hint }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue