AMSResultError
This class contains detailed error information when SDK operations fail.
Declaration
Objective-C
Swift
copy
@interface AMSResultError : NSObject
@property (nonatomic, strong, readonly, nullable) NSString *code;
@property (nonatomic, strong, readonly, nullable) NSString *message;
@property (nonatomic, strong, readonly, nullable) NSString *traceId;
@endProperty
Parameter | Type | Description |
code | String? | Error code, identifies the error type. |
message | String? | Readable error description information. |
traceId | String? | Trace ID for debugging. |