acidify-core
Toggle table of contents
0.3.0
common
Target filter
common
Switch theme
Search in API
Skip to content
acidify-core
acidify-core
/
org.ntqqrev.acidify.exception
/
OidbException
Oidb
Exception
class
OidbException
(
val
oidbCommand
:
Int
,
val
oidbService
:
Int
,
val
oidbResult
:
Int
,
val
oidbErrorMsg
:
String
)
:
Exception
(
source
)
Oidb 服务调用异常
Members
Constructors
Oidb
Exception
Link copied to clipboard
constructor
(
oidbCommand
:
Int
,
oidbService
:
Int
,
oidbResult
:
Int
,
oidbErrorMsg
:
String
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
expect
open
val
message
:
String
?
oidb
Command
Link copied to clipboard
val
oidbCommand
:
Int
Oidb 命令
oidb
Error
Msg
Link copied to clipboard
val
oidbErrorMsg
:
String
Oidb 错误信息
oidb
Result
Link copied to clipboard
val
oidbResult
:
Int
Oidb 返回码
oidb
Service
Link copied to clipboard
val
oidbService
:
Int
Oidb 服务(子命令)