status (property)

A standard string interpretation of StatusCode .

Syntax

@property (nonatomic,readonly,assign,getter=status) NSString* status;
- (NSString*)status;
public var status: String {
  get {...}
}

Default Value

""

Remarks

This property contains a standard string interpretation of StatusCode. For a list of valid error codes and their descriptions, please refer to the Error Codes section.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 iOS Edition - Version 20.0 [Build 8307]