NO_RESPONSE constant

Routing_Error const NO_RESPONSE

The request had want_response set, the request reached the destination node, but no service on that node wants to send a response (possibly due to bad channel permissions)

Implementation

static const Routing_Error NO_RESPONSE =
    Routing_Error._(8, _omitEnumNames ? '' : 'NO_RESPONSE');