class SearchIngest::Client::Error

Defined in:

search-ingest/client.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(path : String, status_code : Int32, message : String) #

[View source]
def self.new(status_code : Int32, message = "") #

[View source]
def self.new(path : String, status_code : Int32) #

[View source]

Class Method Detail

def self.from_response(path : String, response : HTTP::Client::Response) #

[View source]

Instance Method Detail

def status_code : Int32 #

[View source]