class NWSClient::APIError

Defined in:

errors.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(status : HTTP::Status, body : Nil | String, type) #

[View source]

Instance Method Detail

def body : String | Nil #

[View source]
def body=(body : String | Nil) #

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

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

[View source]