All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hiczp.bilibili.api.retrofit.exception.BilibiliApiException.kt Maven / Gradle / Ivy

There is a newer version: 0.2.0
Show newest version
package com.hiczp.bilibili.api.retrofit.exception

import com.hiczp.bilibili.api.retrofit.CommonResponse
import java.io.IOException

/**
 * 当服务器返回的 code 不等于 0 时抛出
 */
class BilibiliApiException(
        val commonResponse: CommonResponse
) : IOException(commonResponse.message?.takeIf { it.isNotEmpty() } ?: commonResponse.msg)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy