struct LavinMQ::Error::CommonResponse

Included Modules

Extended Modules

Defined in:

lavinmq/api/error.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(error : Nil | String, reason : Nil | String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def error : String | Nil #

[View source]
def reason : String | Nil #

[View source]