Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
zabipi
master
Top Level Namespace
Monitoring
ConnException
HTTPException
JSRPC
Zabipi
Zabisend
ZAPIAnswer
ZAPIException
ZAPIRequest
Built with Crystal 1.9.2
2023-10-07 15:13:43 UTC
class
Monitoring::ZAPIException
Monitoring::ZAPIException
Exception
Reference
Object
Defined in:
api/Zabipi.cr
Constant Summary
ERR_CODE_UNKNOWN
=
-8
Constructors
.new
(**jsrpc_error)
Instance Method Summary
#code
: Int32
#code=
(code : Int32)
#data
: String | Nil
#data=
(data : String | Nil)
Constructor Detail
def self.
new
(**jsrpc_error)
#
[
View source
]
Instance Method Detail
def
code
: Int32
#
[
View source
]
def
code=
(code : Int32)
#
[
View source
]
def
data
: String | Nil
#
[
View source
]
def
data=
(data : String | Nil)
#
[
View source
]