nugu-android
nugu-interface
/
com.skt.nugu.sdk.core.interfaces.message
/
Status
Status
class
Status
(
val
code
:
Status.Code
)
Content copied to clipboard
Types
Constructors
Functions
Properties
Extensions
Constructors
Status
Link copied to clipboard
fun
Status
(
code
:
Status.Code
)
Content copied to clipboard
Types
Code
Link copied to clipboard
enum
Code
:
Enum
<
Status.Code
>
Content copied to clipboard
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Status
Error
Link copied to clipboard
enum
StatusError
:
Enum
<
Status.StatusError
>
Content copied to clipboard
Functions
from
Code
To
Error
Link copied to clipboard
fun
fromCodeToError
(
code
:
Status.Code
)
:
Status.StatusError
Content copied to clipboard
is
Ok
Link copied to clipboard
fun
isOk
(
)
:
Boolean
Content copied to clipboard
is
Timeout
Link copied to clipboard
fun
isTimeout
(
)
:
Boolean
Content copied to clipboard
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
cause
Link copied to clipboard
var
cause
:
Throwable
?
=
null
Content copied to clipboard
code
Link copied to clipboard
val
code
:
Status.Code
Content copied to clipboard
description
Link copied to clipboard
var
description
:
String
?
=
null
Content copied to clipboard
error
Link copied to clipboard
val
error
:
Status.StatusError
Content copied to clipboard
Extensions
with
Cause
Link copied to clipboard
fun
Status
.
withCause
(
cause
:
Throwable
?
)
:
Status
Content copied to clipboard
with
Description
Link copied to clipboard
fun
Status
.
withDescription
(
description
:
String
?
)
:
Status
Content copied to clipboard