class Flux::TooManyRequests

Defined in:

flux/errors.cr

Constructors

Instance Method Summary

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(message, retry_after : Int32 = 30) #

[View source]

Instance Method Detail

def retry_after : Int32 #

[View source]