Class: InternalError

WonderPushSDK.Errors. InternalError


new InternalError()

Represents an error internal to the SDK itself.

You can use instanceof to test whether an error is actually an internal error. Concrete errors may belong to some subtypes that are not exposed.

In case of a subtype being thrown, the name property will start with "WonderPushSDK.Errors.Internal" and end with "Error" like this class, but with a nonempty string in between.

Members


<constant> name :string

Type:
  • string
Default Value:
  • "WonderPushSDK.Errors.InternalError"