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

cn.ymatrix.api.StatusCode Maven / Gradle / Ivy

There is a newer version: 1.1.2
Show newest version
package cn.ymatrix.api;

public enum StatusCode {
    NORMAL, // Success
    ERROR, // Request error
    PARTIALLY_TUPLES_FAIL, // Partially tuples insert fail.

    ALL_TUPLES_FAIL // All tuples insert fail.
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy