STDSRuntimeErrorEvent Class Reference

Inherits from NSObject
Declared in STDSRuntimeErrorEvent.h

Overview

STDSRuntimeErrorEvent contains details about run-time errors encountered during authentication.

The following are examples of run-time errors: - ACS is unreachable - Unparseable message - Network issues

  errorCode

A code corresponding to the type of error this represents.

@property (nonatomic, readonly) NSString *errorCode

Discussion

A code corresponding to the type of error this represents.

Declared In

STDSRuntimeErrorEvent.h

  errorMessage

Details about the error.

@property (nonatomic, readonly) NSString *errorMessage

Discussion

Details about the error.

Declared In

STDSRuntimeErrorEvent.h

– initWithErrorCode:errorMessage:

Designated initializer for STDSRuntimeErrorEvent.

- (instancetype)initWithErrorCode:(NSString *)errorCode errorMessage:(NSString *)errorMessage

Discussion

Designated initializer for STDSRuntimeErrorEvent.

Declared In

STDSRuntimeErrorEvent.h

– NSErrorValue

A representation of the STDSRuntimeErrorEvent as an NSError

- (NSError *)NSErrorValue

Discussion

A representation of the STDSRuntimeErrorEvent as an NSError

Declared In

STDSRuntimeErrorEvent.h

– init

STDSRuntimeErrorEvent should not be directly initialized.

- (instancetype)init

Discussion

STDSRuntimeErrorEvent should not be directly initialized.

Declared In

STDSRuntimeErrorEvent.h