Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type 'o t = [
| `Ok of 'o
| `OkChunk of 'o
| `OkStream of 'o stream
| `Created of string option
| `No_content
| `Forbidden of RPC_service.error option
| `Not_found of RPC_service.error option
| `Conflict of RPC_service.error option
| `Gone of RPC_service.error option
| `Error of RPC_service.error option
]
Return type for service handler
and 'a stream = 'a Resto_directory.Answer.stream = {
next : unit -> 'a option Lwt.t;
shutdown : unit -> unit;
}
val fail : Tezos_error_monad.Error_monad.error list -> 'a t Lwt.t