NuguOAuthError

class NuguOAuthError(val throwable: Throwable)

All errors that might occur. The response errors return a description as defined in the spec: https://developers-doc.nugu.co.kr/nugu-sdk/authentication

Constructors

Link copied to clipboard
fun NuguOAuthError(throwable: Throwable)

Types

Link copied to clipboard
object Companion

Functions

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

Properties

Link copied to clipboard
var code: String?
Link copied to clipboard
var description: String
Link copied to clipboard
var error: String
Link copied to clipboard
var httpCode: Int?
Link copied to clipboard
val throwable: Throwable