ds/BipAttemptResultCode.js

/**
 * @fileoverview Exposed data type for use outside of DsClient.
 *               All properties should be exposed to allow use from uncompiled
 *               code.
 *
 * @author margarita.krutikova@spark-vision.com (Margarita Krutikova)
 */

goog.provide('spv.ds.BipAttemptResultCode');




/**
 * @export
 * @enum {string}
 */
spv.ds.BipAttemptResultCode = {
	ACTIVATED: "ACTIVATED",
	MULTIPLE_RESOLVERS: "MULTIPLE_RESOLVERS",
	RESOLVERS: "RESOLVERS"
};