summaryrefslogtreecommitdiff
path: root/cts/common/cts.rc
blob: 11ae8a8dce2850921d878e48e2881d9d5800ed96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* Copyright 2016 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.
 */

/*
 * This file is included by cts_common.h as an enumeration of error codes,
 * as well as being processed by cts.py to get error code names.
 * cts.py depends on CTS_RC_SUCCESS being the first error code listed so
 * that its value
 * is 0 when enumerated
 */

CTS_RC_SUCCESS,
CTS_RC_FAILURE,
CTS_RC_BAD_SYNC,
CTS_RC_TIMEOUT,