IgdbHttpException

class IgdbHttpException(val code: Int, val httpMessage: String, val message: String, val response: IgdbHttpErrorResponse?, val rawResponseBody: ByteArray?) : IgdbException

Constructors

Link copied to clipboard
constructor(code: Int, httpMessage: String, message: String, response: IgdbHttpErrorResponse?, rawResponseBody: ByteArray?)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
val code: Int
Link copied to clipboard
Link copied to clipboard
open override val message: String
Link copied to clipboard
Link copied to clipboard