Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type ('o, 'e) t = [
| `Ok of 'o
| `OkStream of 'o stream
| `Created of string option
| `No_content
| `Forbidden of 'e option
| `Not_found of 'e option
| `Conflict of 'e option
| `Gone of 'e option
| `Error of 'e option
]
Return type for service handler