hunt-proton ~master (2021-07-16T03:06:07Z)
Home
Dub
Repo
TransportResult
hunt
proton
engine
TransportResult
Undocumented in source.
interface
TransportResult {
enum
Status
;
Status
getStatus
();
string
getErrorDescription
();
Exception
getException
();
void
checkIsOk
();
bool
isOk
();
}
Members
Enums
Status
enum
Status
Undocumented in source.
Functions
checkIsOk
void
checkIsOk
()
@throws TransportException if the result's state is not ok.
getErrorDescription
string
getErrorDescription
()
Undocumented in source.
getException
Exception
getException
()
Undocumented in source.
getStatus
Status
getStatus
()
Undocumented in source.
isOk
bool
isOk
()
Undocumented in source.
Meta
Source
See Implementation
hunt
proton
engine
TransportResult
interfaces
TransportResult