ThetaWebApiException

class ThetaWebApiException(message: String, val statusCode: Int? = null, val errorCode: String? = null) : ThetaRepository.ThetaRepositoryException

Thrown if an error occurs on Theta Web API.

Constructors

Link copied to clipboard
constructor(message: String, statusCode: Int? = null, errorCode: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
val errorCode: String? = null
Link copied to clipboard
open val message: String?
Link copied to clipboard
val statusCode: Int? = null