1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
6 * @fileoverview Errors reported by top-level request handlers.
11 * Response status codes
19 'CONFIGURATION_UNSUPPORTED': 3,
20 'DEVICE_INELIGIBLE': 4,
25 * An error object for responses
27 * errorCode: ErrorCodes,
28 * errorMessage: (?string|undefined)