class CA::AssertionError

Defined in:

clean-architectures/service.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(body : Hash(String, JSON::Any) | String, status : HTTP::Status) #

[View source]

Instance Method Detail

def body : String | ErrorBody #

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

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

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

[View source]