SdkErrorDetail class final
Self-describing detail attached to an SdkError. The type is the
fully-qualified protobuf message name (e.g.
type.googleapis.com/google.rpc.RetryInfo); value is the wire bytes.
Constructors
- SdkErrorDetail(String type, Uint8List value)
-
Builds a detail entry.
const
Properties
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