ProtobufException

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

How to configure

Base class for exceptions thrown during Protobuf encoding or decoding operations.

Inheritors

Constructors

Link copied to clipboard
protected constructor(message: String, cause: Throwable? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?