class PlaceOS::Driver::Proxy::RemoteDriver::Error

Defined in:

placeos-driver/proxy/remote_driver.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(error_code : ErrorCode, message : String | Nil = nil, system_id : String = "", module_name : String = "", index : Int32 = 1, remote_backtrace : Array(String) | Nil = nil, response_code : Int32 = 500) #

[View source]

Instance Method Detail


[View source]
def index : Int32 #

[View source]
def module_name : String #

[View source]
def remote_backtrace : Array(String) | Nil #

[View source]
def remote_backtrace=(remote_backtrace : Array(String) | Nil) #

[View source]
def response_code : Int32 #

[View source]
def system_id : String #

[View source]