Tizen Native API  7.0
_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

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

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