Tizen Native API
Public Attributes
_Elm_Web_Frame_Load_Error Struct Reference

Public Attributes

int code
Eina_Bool is_cancellation
const char * domain
const char * description
const char * failing_url
Evas_Objectframe

Detailed Description

The structure type used to report load errors.

Remarks:
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

Error description (already localized)

Error domain name

The URL that failed to load

Frame object that produced the error

Error produced by canceling a request


Except as noted, this content - excluding the Code Examples - is licensed under Creative Commons Attribution 3.0 and all of the Code Examples contained herein are licensed under BSD-3-Clause.
For details, see the Content License