com.github.fartherp.framework.remoting.protocol.RemotingSysResponseCode Maven / Gradle / Ivy
/*
* Copyright (c) 2017. CK. All rights reserved.
*/
package com.github.fartherp.framework.remoting.protocol;
public class RemotingSysResponseCode {
public static final int SUCCESS = 0;
public static final int SYSTEM_ERROR = 1;
public static final int SYSTEM_BUSY = 2;
public static final int REQUEST_CODE_NOT_SUPPORTED = 3;
public static final int TRANSACTION_FAILED = 4;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy