Class BybitApiError


  • public class BybitApiError
    extends Object
    Bybit API error object.
    • Constructor Detail

      • BybitApiError

        public BybitApiError()
    • Method Detail

      • getCode

        public int getCode()
      • setCode

        public void setCode​(int code)
      • getMsg

        public String getMsg()
      • setMsg

        public void setMsg​(String msg)