blob: 3d1ea9b9fe1cc8fd0abe9bd4029f37182be2a531 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#include "yql_issue.h"
namespace NYql {
const char IssueMapResource[] = "yql_issue.txt";
static_assert(DEFAULT_ERROR == TIssuesIds::DEFAULT_ERROR,
"value of particular and common error mismatched for \"DEFAULT_ERROR\"");
static_assert(UNEXPECTED_ERROR == TIssuesIds::UNEXPECTED,
"value of particular and common error mismatched for \"UNEXPECTED_ERROR\"");
}
|