class Error::HTTPError

Defined in:

error.cr

Constructors

Instance Method Summary

Instance methods inherited from class Error

message : String? message

Constructor methods inherited from class Error

new(message : String = "") new

Constructor Detail

def self.new(http_status : HTTP::Status, http_body : String, message = nil) #

[View source]

Instance Method Detail

def http_body : String #

[View source]
def http_body=(http_body : String) #

[View source]
def http_status : HTTP::Status #

[View source]
def http_status=(http_status : HTTP::Status) #

[View source]