SignedExchangeError class

Information about a signed exchange response.

Constructors

SignedExchangeError({required String message, int? signatureIndex, SignedExchangeErrorField? errorField})
SignedExchangeError.fromJson(Map<String, dynamic> json)
factory

Properties

errorField SignedExchangeErrorField?
The field which caused the error.
final
hashCode int
The hash code for this object.
no setterinherited
message String
Error message.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signatureIndex int?
The index of the signature which caused the error.
final

Methods

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

Operators

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