DataNotPopulatedException

Thrown when the requested data has not been populated yet (e.g bazaar, auctions) This does not seem to happen any more and is only a thing for new endpoints

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
val code: Int? = null

The HTTP status code associated with the error, if available.

Link copied to clipboard
open val message: String?