ProtobufDecodingException

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

How to configure

Exception thrown when a Protobuf message cannot be decoded from wire format.

Common causes include truncated messages, invalid tags, exceeding the recursion limit, or missing required fields.

Constructors

Link copied to clipboard
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?