struct Clickhoused::Packets::Exception

Defined in:

clickhoused/packets/exception.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from struct Clickhoused::Packet

initialize initialize

Constructor methods inherited from struct Clickhoused::Packet

new new

Constructor Detail

def self.new(code : UInt32, name : String, message : String, stack_trace : String, nested : Bool) #

[View source]

Class Method Detail

def self.decode(reader : Reader) #

[View source]

Instance Method Detail

def code : UInt32 #

[View source]
def code=(code : UInt32) #

[View source]
def encode(writer : Writer) #

[View source]
def message : String #

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

[View source]
def name : String #

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

[View source]
def nested : Bool #

property children : Array(Exception) # Nested


[View source]
def nested=(nested : Bool) #

property children : Array(Exception) # Nested


[View source]
def stack_trace : String #

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

[View source]