PNErrorData Class Reference

Inherits from PNServiceData : NSObject
Declared in PNErrorStatus.h
PNErrorStatus.m

Information

  channels

List of channels for which error has been triggered.

@property (nonatomic, readonly, strong) NSArray *channels

Availability

4.0

Declared In

PNErrorStatus.h

  channelGroups

List of channel groups for which error has been triggered.

@property (nonatomic, readonly, strong) NSArray *channelGroups

Availability

4.0

Declared In

PNErrorStatus.h

  information

Service-provided information about error.

@property (nonatomic, readonly, strong) NSString *information

Availability

4.0

Declared In

PNErrorStatus.h

  data

Service-provided additional information about error.

@property (nonatomic, readonly, strong) id data

Availability

4.0

Declared In

PNErrorStatus.h

  errorData

Stores reference on additional information related to error status object.

@property (nonatomic, readonly, strong) PNErrorData *errorData

Availability

4.0

Discussion

If error status arrived from \b PubNub network in most cases it will be because of \b PAM errors.

Declared In

PNErrorStatus.h