blob: 1c7029cbaacf433eb8560e72c722b440eca0f98c [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.
module.exports = {
NO_RETRY: 'NoRetry',
RETRY_CONNECTION: 'RetryConnection',
RETRY_REFETCH: 'RetryRefetch',
RETRY_BACKOFF: 'RetryBackoff'
};