GrpcStatus

Available in a dev version: 0․11․0-grpc-186

How to configure

expect fun GrpcStatus(code: GrpcStatusCode, description: String? = null, cause: Throwable? = null): GrpcStatus(source)

Creates a GrpcStatus with the specified code, optional description, and cause.

actual fun GrpcStatus(code: GrpcStatusCode, description: String?, cause: Throwable?): GrpcStatus(source)

Creates a GrpcStatus with the specified code, optional description, and cause.

actual fun GrpcStatus(code: GrpcStatusCode, description: String?, cause: Throwable?): GrpcStatus(source)

Creates a GrpcStatus with the specified code, optional description, and cause.