blob: 742768170009424fac77ab74f4a78a6af6a14f32 [file] [log] [blame]
// Copyright 2015 The Vanadium 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 was auto-generated by the vanadium vdl tool.
var vdl = require('../../../../../vdl');
var makeError = require('../../../../../verror/make-errors');
var actions = require('../../../../../verror/actions');
module.exports = {};
// Types:
// Consts:
// Errors:
module.exports.GlobMaxRecursionReachedError = makeError('v.io/v23/rpc/reserved.GlobMaxRecursionReached', actions.NO_RETRY, {
'en': '{1:}{2:} max recursion level reached{:_}',
}, [
]);
module.exports.GlobMatchesOmittedError = makeError('v.io/v23/rpc/reserved.GlobMatchesOmitted', actions.NO_RETRY, {
'en': '{1:}{2:} some matches might have been omitted',
}, [
]);
module.exports.GlobNotImplementedError = makeError('v.io/v23/rpc/reserved.GlobNotImplemented', actions.NO_RETRY, {
'en': '{1:}{2:} Glob not implemented',
}, [
]);
// Services: