RpcDebugInfo class

Server-side debug information (stack traces, diagnostic details).

Inheritance

Constructors

RpcDebugInfo({List<String> stackEntries = const [], String detail = ''})
Creates a RpcDebugInfo with optional stackEntries and detail.

Properties

detail String
Additional diagnostic detail string.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackEntries List<String>
Stack trace entries from the server.
final
typeUrl String
Protobuf type URL identifying the detail type.
no setteroverride

Methods

encode() Uint8List
Encodes the detail payload (without the Any wrapper).
override
encodeAsAny() Uint8List
Encodes as a protobuf google.protobuf.Any message.
inherited
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

Constants

type → const String
Protobuf type URL for DebugInfo.