nugu-android
nugu-interface
/
com.skt.nugu.sdk.core.interfaces.message
/
Status
/
Companion
Companion
object
Companion
Content copied to clipboard
Functions
Properties
Functions
from
Code
Link copied to clipboard
fun
fromCode
(
value
:
Int
)
:
Status
Content copied to clipboard
from
Throwable
Link copied to clipboard
fun
fromThrowable
(
t
:
Throwable
?
)
:
Status
Content copied to clipboard
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
Properties
ABORTED
Link copied to clipboard
val
ABORTED
:
Status
Content copied to clipboard
ALREADY_EXISTS
Link copied to clipboard
val
ALREADY_EXISTS
:
Status
Content copied to clipboard
CANCELLED
Link copied to clipboard
val
CANCELLED
:
Status
Content copied to clipboard
DATA_LOSS
Link copied to clipboard
val
DATA_LOSS
:
Status
Content copied to clipboard
DEADLINE_EXCEEDED
Link copied to clipboard
val
DEADLINE_EXCEEDED
:
Status
Content copied to clipboard
FAILED_PRECONDITION
Link copied to clipboard
val
FAILED_PRECONDITION
:
Status
Content copied to clipboard
INTERNAL
Link copied to clipboard
val
INTERNAL
:
Status
Content copied to clipboard
INVALID_ARGUMENT
Link copied to clipboard
val
INVALID_ARGUMENT
:
Status
Content copied to clipboard
NOT_FOUND
Link copied to clipboard
val
NOT_FOUND
:
Status
Content copied to clipboard
OK
Link copied to clipboard
val
OK
:
Status
Content copied to clipboard
OUT_OF_RANGE
Link copied to clipboard
val
OUT_OF_RANGE
:
Status
Content copied to clipboard
PERMISSION_DENIED
Link copied to clipboard
val
PERMISSION_DENIED
:
Status
Content copied to clipboard
RESOURCE_EXHAUSTED
Link copied to clipboard
val
RESOURCE_EXHAUSTED
:
Status
Content copied to clipboard
UNAUTHENTICATED
Link copied to clipboard
val
UNAUTHENTICATED
:
Status
Content copied to clipboard
UNAVAILABLE
Link copied to clipboard
val
UNAVAILABLE
:
Status
Content copied to clipboard
UNIMPLEMENTED
Link copied to clipboard
val
UNIMPLEMENTED
:
Status
Content copied to clipboard
UNKNOWN
Link copied to clipboard
val
UNKNOWN
:
Status
Content copied to clipboard