[][src]Module humblegen_rt::service_protocol

PROTO - data types used by the runtime to implement the humblespec service protocol. The serde representation of the types in this module is part of the service protocol specified in humblespec/service_protocol.md.

Structs

ErrorResponse

Enums

ErrorResponseKind
RuntimeError

Responses generated by humblegen-rt for conditions that are outside of handler trait impl's realm of control.

ServiceError

A service-level error.

Traits

ToErrorResponse