Types

Link copied to clipboard
class BadRequestException(val headers: Headers, val error: DeepSeekError?, message: String?) : DeepSeekException
Link copied to clipboard
object Companion
Link copied to clipboard
class InsufficientBalanceException(val headers: Headers, val error: DeepSeekError?, message: String?) : DeepSeekException
Link copied to clipboard
class InternalServerException(val headers: Headers, val error: DeepSeekError?, message: String?) : DeepSeekException
Link copied to clipboard
class NotFoundException(val headers: Headers, val error: DeepSeekError?, message: String?) : DeepSeekException
Link copied to clipboard
class OverloadServerException(val headers: Headers, val error: DeepSeekError?, message: String?) : DeepSeekException
Link copied to clipboard
class PermissionDeniedException(val headers: Headers, val error: DeepSeekError?, message: String?) : DeepSeekException
Link copied to clipboard
class RateLimitException(val headers: Headers, val error: DeepSeekError?, message: String?) : DeepSeekException
Link copied to clipboard
class UnauthorizedException(val headers: Headers, val error: DeepSeekError?, message: String?) : DeepSeekException
Link copied to clipboard
class UnexpectedStatusCodeException(val statusCode: Int, val headers: Headers, val error: DeepSeekError?, message: String?) : DeepSeekException
Link copied to clipboard
class UnprocessableEntityException(val headers: Headers, val error: DeepSeekError?, message: String?) : DeepSeekException

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
val headers: Headers
Link copied to clipboard
open val message: String?
Link copied to clipboard