DeepSeekError

@Serializable
class DeepSeekError(val error: DeepSeekError.Error)

Constructors

Link copied to clipboard
constructor(error: DeepSeekError.Error)

Types

Link copied to clipboard
@Serializable
class Error(val message: String? = null, val type: String? = null, val param: JsonObject? = null, val code: String? = null)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String