class Response::Error

Defined in:

requesters/responses/error_response.cr

Constructors

Instance Method Summary

Constructor methods inherited from class Response::Base

new(status_code : Int32) new

Constructor Detail

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

[View source]

Instance Method Detail

def error : String #

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

[View source]