RegisterResponse

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

clientData
void clientData(string clientData)
Undocumented in source. Be warned that the author may not have intended to support it.
clientData
string clientData()
Undocumented in source. Be warned that the author may not have intended to support it.
errorCode
void errorCode(Optional!(T0) errorCode)
Undocumented in source. Be warned that the author may not have intended to support it.
errorCode
Optional!(ushort) errorCode()
Undocumented in source. Be warned that the author may not have intended to support it.
errorMessage
void errorMessage(Optional!(T0) errorMessage)
Undocumented in source. Be warned that the author may not have intended to support it.
errorMessage
Optional!(string) errorMessage()
Undocumented in source. Be warned that the author may not have intended to support it.
registrationData
void registrationData(string registrationData)
Undocumented in source. Be warned that the author may not have intended to support it.
registrationData
string registrationData()
Undocumented in source. Be warned that the author may not have intended to support it.
version_
void version_(string version_)
Undocumented in source. Be warned that the author may not have intended to support it.
version_
string version_()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

create
auto create()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta