class Flux::UnexpectedResponse

Defined in:

flux/errors.cr

Constructors

Class methods inherited from class Flux::Error

from(response : HTTP::Client::Response) : Error | Nil from, message_from(response : HTTP::Client::Response) : String message_from

Constructor Detail

def self.new(status : HTTP::Status, expected : HTTP::Status) #

[View source]