estonlabs.cxtl.common.exception.ErrorCode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cxtl Show documentation
Show all versions of cxtl Show documentation
CXTL – Crypto eXchange Trading Library
package estonlabs.cxtl.common.exception;
public enum ErrorCode {
INSUFFICIENT_BALANCE,
INVALID_QTY,
BAD_PX,
INVALID_SYMBOL,
UNKNOWN_ORDER,
UNKNOWN_ERROR,
INVALID_ARGUMENT;
}