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

io.callstats.sdk.internal.CallStatsResponseStatus Maven / Gradle / Ivy

package io.callstats.sdk.internal;

public class CallStatsResponseStatus {
	
	/** The Constant RESPONSE_STATUS_SUCCESS. */
	public static final int RESPONSE_STATUS_SUCCESS = 200;
	
	/** The Constant SERVER_ERROR. */
	public static final int SERVER_ERROR = 500;
	
	/** The Constant INVALID_PROTO_FORMAT_ERROR. */
	public static final int INVALID_PROTO_FORMAT_ERROR = 400;
	
	/** The Constant INVALID_PARAM_ERROR. */
	public static final int INVALID_PARAM_ERROR = 403;
	
	/** The Constant GATEWAY_ERROR. */
	public static final int GATEWAY_ERROR = 502;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy