Searched refs:USAGE_ERROR (Results 1 - 1 of 1) sorted by relevance

/haiku/src/tools/restest/
H A Drestest.cpp27 const status_t USAGE_ERROR = B_ERRORS_END + 1; variable
107 throw Exception(USAGE_ERROR, "Illegal argument: `'.");
110 throw Exception(USAGE_ERROR, "Illegal argument: `-'.");
131 throw Exception(USAGE_ERROR, BString("Illegal option: `")
161 throw Exception(USAGE_ERROR,
322 throw Exception(USAGE_ERROR, "No files given.");
334 case USAGE_ERROR:

Completed in 15 milliseconds