blob: 8b40bf04ab90d4910831b8a25db9a7db9051a532 [file] [log] [blame]
// Copyright 2014 The Chromium OS 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 "libweave/src/json_error_codes.h"
namespace weave {
namespace errors {
namespace json {
const char kDomain[] = "json_parser";
const char kParseError[] = "json_parse_error";
const char kObjectExpected[] = "json_object_expected";
} // namespace json
} // namespace errors
} // namespace weave