foundNoResource constant

int const foundNoResource

Value for found when the resource does not exist.

That is, there are no rules with a pattern that matches the URI path.

This should result in a HTTP 401 Not Found status in the HTTP response.

Implementation

static const int foundNoResource = 1;