Class CoinbaseError

java.lang.Object
com.github.badpop.jcoinbase.model.CoinbaseError

public class CoinbaseError
extends java.lang.Object
The CoinbaseError is a class that allows to return the errors returned by the coinbase api in a non-breaking way.

For more information please take a look at Coinbase API errors reference

  • Constructor Summary

    Constructors
    Constructor Description
    CoinbaseError()  
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • CoinbaseError

      public CoinbaseError()