TTLServiceActivationFailedReason Class Reference

Inherits from NSObject
Declared in TTLServiceEventDelegate.h

Overview

Reason why activation process failed.

The reason is delivered as a NSError which contains a localized string in the userInfo dictionary (‘NSLocalizedDescriptionKey’ and ‘NSLocalizedFailureReasonErrorKey’ are supported).

  error

A NSError which contains the reason for the failure.

@property (nonatomic) NSError *error

Discussion

A NSError which contains the reason for the failure.

The reason can be ether in the device domain (‘TTL_SERVICE_ERROR_DOMAIN_DEVICE’) or in the SDK (‘TTL_SERVICE_ERROR_DOMAIN_SDK’). For example the LINK device or the backend services are not connected. Descriptions are provided in the userInfo dictionary (‘NSLocalizedDescriptionKey’ and ‘NSLocalizedFailureReasonErrorKey’ are supported).

Declared In

TTLServiceEventDelegate.h

– description

- (NSString *_Nonnull)description