All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.snowflake.client.core.Constants Maven / Gradle / Ivy

/*
 * Copyright (c) 2012-2017 Snowflake Computing Inc. All rights reserved.
 */

/*
 * Constants used in JDBC implementation
 */
package net.snowflake.client.core;

/**
 *
 * @author jhuang
 */
public final class Constants
{
  public static final int SESSION_EXPIRED_GS_CODE = 390112;
  public static final int AUTH_TOKEN_EXPIRED_GS_CODE = 390114;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy