# PushNotificationErrorArg

A simple object passed to the registerForPushNotifications error callback.

Availability
0.8
0.8
9.2.0

NOTE

This is an abstract type. Any object of this structure can be used where this type is used.

# Properties

# code

Availability
3.1.0
9.2.0
code :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

Availability
0.8
0.8
9.2.0
error :String

Error message, if any returned.

May be undefined.


# success

Availability
3.1.0
3.1.0
9.2.0
success :Boolean

Indicates if the operation succeeded. Returns false.

Returns false.


# type

Availability
0.8
0.8
9.2.0
type :String

The value of this string is always "remote".