struct Protocol::Network::SignedExchangeError

Overview

Information about a signed exchange response.

Included Modules

Defined in:

protocol/network.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def error_field : SignedExchangeErrorField | Nil #

The field which caused the error.


[View source]
def message : String #

Error message.


[View source]
def signature_index : Int::Primitive | Nil #

The index of the signature which caused the error.


[View source]