Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
likee
v0.2.3
Likee
APIError
Client
ActivityFlowEndpoints
LikeeResponse
RequestFailedError
UserPostsCount
Utils
Video
Built with Crystal 1.9.2
2023-10-08 13:41:26 UTC
class
Likee::RequestFailedError
Likee::RequestFailedError
Exception
Reference
Object
Overview
This exception is raised when the HTTP status is not between 200 and 299.
Defined in:
likee/exceptions.cr
Constructors
.new
(response : HTTP::Client::Response)
Instance Method Summary
#message
#response
: HTTP::Client::Response
#status
(*args, **options)
#status
(*args, **options, &)
Constructor Detail
def self.
new
(response : HTTP::Client::Response)
#
[
View source
]
Instance Method Detail
def
message
#
[
View source
]
def
response
: HTTP::Client::Response
#
[
View source
]
def
status
(*args, **options)
#
[
View source
]
def
status
(*args, **options, &)
#
[
View source
]