tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
HiRPC.Error
tagion
betterC
communication
HiRPC
HiRPC
Undocumented in source.
struct
HiRPC
struct
Error {
@
Label
("*", true)
uint
id
;
@
Label
("*", true)
Document
data
;
@
Label
("*", true)
string
message
;
@
Label
("*", true)
int
code
;
this
(Document doc);
inout
(
HiBONT
)
toHiBON
();
const
(
Document
)
toDoc
();
static
bool
valid
(Document doc);
}
Constructors
this
this
(Document doc)
Undocumented in source.
Members
Functions
toDoc
const
(
Document
)
toDoc
()
Undocumented in source. Be warned that the author may not have intended to support it.
toHiBON
inout
(
HiBONT
)
toHiBON
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
valid
bool
valid
(Document doc)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
code
int
code
;
Undocumented in source.
data
Document
data
;
Undocumented in source.
id
uint
id
;
Undocumented in source.
message
string
message
;
Undocumented in source.
Meta
Source
See Implementation
tagion
betterC
communication
HiRPC
HiRPC
aliases
Receiver
Sender
enums
Direction
SignedState
Type
functions
action
generateId
receive
structs
Error
Method
Post
Response
variables
net