STDSProtocolErrorEvent Class Reference

Inherits from NSObject
Declared in STDSProtocolErrorEvent.h

Overview

STDSProtocolErrorEvent contains details about erorrs received from or sent to the ACS.

– initWithSDKTransactionIdentifier:errorMessage:

Designated initializer for STDSProtocolErrorEvent.

- (instancetype)initWithSDKTransactionIdentifier:(NSString *)identifier errorMessage:(STDSErrorMessage *)errorMessage

Discussion

Designated initializer for STDSProtocolErrorEvent.

Declared In

STDSProtocolErrorEvent.h

– init

STDSProtocolErrorEvent should not be directly initialized.

- (instancetype)init

Discussion

STDSProtocolErrorEvent should not be directly initialized.

Declared In

STDSProtocolErrorEvent.h

  errorMessage

Details about the error.

@property (nonatomic, readonly) STDSErrorMessage *errorMessage

Discussion

Details about the error.

Declared In

STDSProtocolErrorEvent.h

  sdkTransactionIdentifier

The SDK Transaction Identifier.

@property (nonatomic, readonly) NSString *sdkTransactionIdentifier

Discussion

The SDK Transaction Identifier.

Declared In

STDSProtocolErrorEvent.h