app_manager_error_e class abstract

@brief Enumerations for Application Manager Error. @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif

Constructors

app_manager_error_e.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

APP_MANAGER_ERROR_APP_NO_RUNNING → const int
< App is not running
APP_MANAGER_ERROR_DB_FAILED → const int
< Database error
APP_MANAGER_ERROR_INVALID_PACKAGE → const int
< Invalid package name
APP_MANAGER_ERROR_INVALID_PARAMETER → const int
< Invalid parameter
APP_MANAGER_ERROR_IO_ERROR → const int
< Internal I/O error
APP_MANAGER_ERROR_NO_SUCH_APP → const int
< No such application
APP_MANAGER_ERROR_NONE → const int
< Successful
APP_MANAGER_ERROR_NOT_SUPPORTED → const int
< Not supported (Since 3.0)
APP_MANAGER_ERROR_OUT_OF_MEMORY → const int
< Out of memory
APP_MANAGER_ERROR_PERMISSION_DENIED → const int
< Permission denied
APP_MANAGER_ERROR_REQUEST_FAILED → const int
< Internal aul request error