ServerError
class ServerError(val statusCode: Int, val body: ByteArray?, val retryAfterMillis: Long? = null) : NetworkError
A non-2xx status outside the specifically-mapped cases below, carrying the raw body and the parsed Retry-After hint in milliseconds (retryAfterMillis), when the server sent one.