blob: 85f103b347e3de7acf7cf4fee7b3eee0c33fc586 [file] [log] [blame]
// mojo/public/mojom/base/absl_status.mojom.m.js is auto generated by mojom_bindings_generator.py, do not edit
// Copyright 2020 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
import {mojo} from '../../js/bindings.js';
/**
* @const { {$: !mojo.internal.MojomType} }
*/
export const AbslStatusCodeSpec = { $: mojo.internal.Enum() };
/**
* @enum {number}
*/
export const AbslStatusCode = {
kOk: 0,
kCancelled: 1,
kUnknown: 2,
kInvalidArgument: 3,
kDeadlineExceeded: 4,
kNotFound: 5,
kAlreadyExists: 6,
kPermissionDenied: 7,
kResourceExhausted: 8,
kFailedPrecondition: 9,
kAborted: 10,
kOutOfRange: 11,
kUnimplemented: 12,
kInternal: 13,
kUnavailable: 14,
kDataLoss: 15,
kUnauthenticated: 16,
MIN_VALUE: 0,
MAX_VALUE: 16,
};