NOT_AUTHORIZED constant
Routing_Error
const NOT_AUTHORIZED
The application layer service on the remote node received your request, but considered your request not authorized (i.e you did not send the request on the required bound channel)
Implementation
static const Routing_Error NOT_AUTHORIZED =
Routing_Error._(33, _omitEnumNames ? '' : 'NOT_AUTHORIZED');