Status

class Status(val code: Status.Code)

A class that represents a Status of GRPC.

Constructors

Link copied to clipboard
fun Status(code: Status.Code)

Types

Link copied to clipboard
enum Code : Enum<Status.Code>
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
var cause: Throwable? = null
Link copied to clipboard
val code: Status.Code
Link copied to clipboard
var description: String? = null

Extensions

Link copied to clipboard
fun Status.withCause(cause: Throwable?): Status
Link copied to clipboard
fun Status.withDescription(description: String?): Status