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

com.github.obase.webc.YyudbErrno Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
package com.github.obase.webc;

public interface YyudbErrno extends WebcErrno {

	String SOURCE = "WEBC_YYUDB";
	int __ = WebcErrno.__ | 0x01000;

	int HIIDO_VALID_FAILED = __ | 0x0001;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy