ProtobufException

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

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)

Properties

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