hunt-proton ~master (2021-07-16T03:06:07Z)
Home
Dub
Repo
TransportResultImpl
hunt
proton
engine
TransportResultFactory
Undocumented in source.
class
TransportResultImpl :
TransportResult
{
this
(TransportResult.Status status, string errorDescription, Exception exception);
bool
isOk
();
TransportResult
.
Status
getStatus
();
string
getErrorDescription
();
Exception
getException
();
void
checkIsOk
();
}
Constructors
this
this
(TransportResult.Status status, string errorDescription, Exception exception)
Undocumented in source.
Members
Functions
checkIsOk
void
checkIsOk
()
Undocumented in source. Be warned that the author may not have intended to support it.
getErrorDescription
string
getErrorDescription
()
Undocumented in source. Be warned that the author may not have intended to support it.
getException
Exception
getException
()
Undocumented in source. Be warned that the author may not have intended to support it.
getStatus
TransportResult
.
Status
getStatus
()
Undocumented in source. Be warned that the author may not have intended to support it.
isOk
bool
isOk
()
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From TransportResult
Status
enum
Status
Undocumented in source.
getStatus
Status
getStatus
()
Undocumented in source.
getErrorDescription
string
getErrorDescription
()
Undocumented in source.
getException
Exception
getException
()
Undocumented in source.
checkIsOk
void
checkIsOk
()
@throws TransportException if the result's state is not ok.
isOk
bool
isOk
()
Undocumented in source.
Meta
Source
See Implementation
hunt
proton
engine
TransportResultFactory
classes
TransportResultFactory
TransportResultImpl