aboutsummaryrefslogtreecommitdiff
path: root/src/json_error_codes.cc
blob: 647c0bad33dd49921d9d53374cd7c56642440f28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright 2015 The Weave Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "src/json_error_codes.h"

namespace weave {
namespace errors {

namespace json {
const char kParseError[] = "json_parse_error";
const char kObjectExpected[] = "json_object_expected";
}  // namespace json

}  // namespace errors
}  // namespace weave