spotify-web-api-kotlin
/
com.adamratzman.spotify
/
SpotifyException
/
BadRequestException
/
BadRequestException
common
Bad
Request
Exception
fun
BadRequestException
(message:
String
, cause:
Throwable
? = null)
Content copied to clipboard
fun
BadRequestException
(error:
ErrorObject
?, cause:
Throwable
? = null)
Content copied to clipboard
fun
BadRequestException
(authenticationError:
AuthenticationError
)
Content copied to clipboard
fun
BadRequestException
(responseException:
ResponseException
)
Content copied to clipboard
fun
BadRequestException
(message:
String
, statusCode:
Int
? = null, reason:
String
? = null, cause:
Throwable
? = null)
Content copied to clipboard