struct Clickhoused::Packets::Exception
Defined in:
clickhoused/packets/exception.crConstructors
Class Method Summary
Instance Method Summary
- #code : UInt32
- #code=(code : UInt32)
- #encode(writer : Writer)
- #message : String
- #message=(message : String)
- #name : String
- #name=(name : String)
-
#nested : Bool
property children : Array(Exception) # Nested
-
#nested=(nested : Bool)
property children : Array(Exception) # Nested
- #stack_trace : String
- #stack_trace=(stack_trace : String)
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)
#