nugu-android
nugu-client-transport-http2
/
com.skt.nugu.sdk.client.port.transport.http2
/
Status
Status
class
Status
(
val
code
:
Status.Code
)
Content copied to clipboard
A class that represents a Status of GRPC.
Types
Constructors
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
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
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