LanternInternalException class final

An internal, unknown, or unmapped transport failure.

Inheritance

Properties

cause → Object?
Underlying failure, when one exists.
finalinherited
code → LanternCode
Stable SDK category.
finalinherited
hashCode → int
The hash code for this object.
no setterinherited
headers → Map<String, List<String>>
Response headers observed before the failure.
finalinherited
message → String
Credential-safe transport message.
finalinherited
metadata → Map<String, List<String>>
Union metadata retained when headers and trailers cannot be distinguished.
finalinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
trailers → Map<String, List<String>>
Response trailers observed before the failure.
finalinherited
transportCode → int
Original Connect/gRPC-compatible numeric status code.
finalinherited
transportCodeName → String
Original Connect status name.
finalinherited

Methods

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

Operators

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