Tizen Native API
5.0
|
Public Attributes | |
int | code |
Eina_Bool | is_cancellation |
const char * | domain |
const char * | description |
const char * | failing_url |
Evas_Object * | frame |
Detailed Description
Structure used to report load errors.
Load errors are reported as signal by elm_web. All the strings are temporary references and should not be used after the signal callback returns. If it's required, make copies with strdup() or eina_stringshare_add() (they are not even guaranteed to be stringshared, so must use eina_stringshare_add() and not eina_stringshare_ref()).
Member Data Documentation
Numeric error code
const char* _Elm_Web_Frame_Load_Error::description |
Error description (already localized)
const char* _Elm_Web_Frame_Load_Error::domain |
Error domain name
const char* _Elm_Web_Frame_Load_Error::failing_url |
The URL that failed to load
Frame object that produced the error
Error produced by canceling a request