Skip to content

Titanium.Network.PushNotificationErrorArg

A simple object passed to the registerForPushNotifications error callback.

Extends: FailureResponse

Properties #

code#

Type: Number

Error code. Returns a non-zero value.

If the error was generated by the operating system, that system's error value
is used. Otherwise, this value will be -1.

error#

extended

Type: String

Error message, if any returned.

May be undefined.

success#

Type: Boolean

Indicates if the operation succeeded. Returns false.

Returns false.

type#

Type: String

The value of this string is always "remote".

Titanium SDK Documentation