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

com.webank.wecross.stub.StubQueryStatus Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
package com.webank.wecross.stub;

public class StubQueryStatus {
    public static final int SUCCESS = 0;

    public static final int REMOTE_QUERY_FAILED = 100;
    public static final int TIMEOUT = 200;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy