class Blockfrost::RequestException

Direct Known Subclasses

Defined in:

blockfrost/exception.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(mapper : Mapper) #

[View source]

Class Method Detail

def self.from_json(json : String) #

[View source]

Instance Method Detail

def error(*args, **options) #

[View source]
def error(*args, **options, &) #

[View source]
def message(*args, **options) #

[View source]
def message(*args, **options, &) #

[View source]
def status_code(*args, **options) #

[View source]
def status_code(*args, **options, &) #

[View source]
def to_s #
Description copied from class Object

Returns a string representation of this object.

Descendants must usually not override this method. Instead, they must override to_s(io), which must append to the given IO object.


[View source]