Class SingleErrorDto

java.lang.Object
com.github.badpop.jcoinbase.service.dto.SingleErrorDto

public class SingleErrorDto
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    SingleErrorDto()  
  • Method Summary

    Modifier and Type Method Description
    CoinbaseError toCoinbaseError()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SingleErrorDto

      public SingleErrorDto()
  • Method Details