PushNotificationErrorArg
> PushNotificationErrorArg

A simple object passed to the registerForPushNotifications error callback.

  • 0.8
  • 0.8
  • 0.8

NOTE This is an abstract type. Any object meeting this description can be used where this type is used.

Defined By

Properties

PushNotificationErrorArg
: Number
Error code. ...

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.

  • 3.1.0
  • 3.1.0
  • 3.1.0

Overrides: FailureResponse.code

Error message, if any returned.

Error message, if any returned.

May be undefined.

Overrides: ErrorResponse.error

PushNotificationErrorArg
: Boolean
Indicates if the operation succeeded. ...

Indicates if the operation succeeded. Returns false.

Returns false.

  • 3.1.0
  • 3.1.0
  • 3.1.0

Overrides: FailureResponse.success

PushNotificationErrorArg
type : String

The value of this string is always "remote".

The value of this string is always "remote".