marsrestclient ~master (2017-03-12T11:31:18Z)
Dub
Repo
BaseError
vksdk
objects
base
BaseError
Undocumented in source.
struct
BaseError {
@
name
("error_code")
int
errorCode
;
@
name
("error_msg")
string
errorMsg
;
@
name
("captcha_sid")
string
captchaSid
;
@
name
("captcha_img")
string
captchaImgUrl
;
@
name
("confirmation_text")
string
confirmationText
;
@
name
("redirect_uri")
string
redirectUri
;
@
name
("request_params")
RequestParam
[]
requestParams
;
size_t
toHash
();
bool
opEquals
(BaseError error);
string
toString
();
}
Members
Functions
opEquals
bool
opEquals
(BaseError error)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t
toHash
()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
captchaImgUrl
string
captchaImgUrl
;
Undocumented in source.
captchaSid
string
captchaSid
;
Undocumented in source.
confirmationText
string
confirmationText
;
Confirmation text for user
errorCode
int
errorCode
;
Undocumented in source.
errorMsg
string
errorMsg
;
Undocumented in source.
redirectUri
string
redirectUri
;
Redirect uri for validation request
requestParams
RequestParam
[]
requestParams
;
Undocumented in source.
Meta
Source
See Implementation
vksdk
objects
base
BaseError
modules
BaseError
BaseObject
BoolInt
Country
RequestParam
Sex