AWSIoTErrorInfo

Objective-C

@interface AWSIoTErrorInfo

Swift

class AWSIoTErrorInfo

Error information.

  • The error code.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable code;

    Swift

    var code: String? { get set }
  • The error message.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable message;

    Swift

    var message: String? { get set }