Class AbiquoException

    • Constructor Detail

      • AbiquoException

        public AbiquoException​(int code,
                               com.abiquo.model.transport.error.ErrorDto error)
      • AbiquoException

        public AbiquoException​(int code,
                               com.abiquo.model.transport.error.ErrorsDto errors)
    • Method Detail

      • getErrors

        public com.abiquo.model.transport.error.ErrorsDto getErrors()
      • hasError

        public boolean hasError​(String code)
      • getError

        public com.abiquo.model.transport.error.ErrorDto getError​(String code)
      • firstError

        public com.abiquo.model.transport.error.ErrorDto firstError()