toggle menu
coingecko
1.0.0-rc01
common
switch theme
search in API
coingecko
/
coingecko.error
/
CoinGeckoApiException
Coin
Gecko
Api
Exception
class
CoinGeckoApiException
:
Exception
Members
Constructors
Coin
Gecko
Api
Exception
Link copied to clipboard
constructor
(
error
:
CoinGeckoApiError
?
)
constructor
(
cause
:
Throwable
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
error
Link copied to clipboard
var
error
:
CoinGeckoApiError
?
message
Link copied to clipboard
open
override
val
message
:
String