Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
github-cr
master
GithubCr
BaseModel
Client
ForbiddenError
HTTPError
NotAuthenticatedError
Organization
Page
PaginatedResource
Repository
ResourceNotFoundError
User
Built with Crystal 1.9.2
2023-10-08 10:12:32 UTC
class
GithubCr::HTTPError
GithubCr::HTTPError
Exception
Reference
Object
Direct Known Subclasses
GithubCr::ForbiddenError
GithubCr::NotAuthenticatedError
GithubCr::ResourceNotFoundError
Defined in:
github-cr/errors.cr
Constructors
.new
(response : HTTP::Client::Response)
Instance Method Summary
#error_message
: String
#status_code
: Int32
Constructor Detail
def self.
new
(response : HTTP::Client::Response)
#
[
View source
]
Instance Method Detail
def
error_message
: String
#
[
View source
]
def
status_code
: Int32
#
[
View source
]