class Blockfrost::RequestException
- Blockfrost::RequestException
- Blockfrost::Exception
- Exception
- Reference
- Object
Direct Known Subclasses
- Blockfrost::Client::BadRequestException
- Blockfrost::Client::ForbiddenException
- Blockfrost::Client::IpBannedException
- Blockfrost::Client::NotFoundException
- Blockfrost::Client::OverLimitException
- Blockfrost::Client::ServerErrorException
Defined in:
blockfrost/exception.crConstructors
Class Method Summary
Instance Method Summary
- #error(*args, **options)
- #error(*args, **options, &)
- #message(*args, **options)
- #message(*args, **options, &)
- #status_code(*args, **options)
- #status_code(*args, **options, &)
-
#to_s
Returns a string representation of this object.
Constructor Detail
Class Method Detail
Instance Method Detail
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.