UnknownTypeError class

An error emitted when an unknown Protobuf type is encountered.

Typically, this error means that the type is not registered in the known types registry. To fix this, a user should pass protoTypes.types() to a constructor of Clients, where protoTypes is an import prefix for the local types.dart file. See the documentation of Clients for more info.

Inheritance

Constructors

UnknownTypeError({String? typeUrl, Type? runtimeType})
Creates a new instance of UnknownTypeError.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace StackTrace?
The stack trace at the point where this error was first thrown.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited