AMSResultError

This class contains detailed error information when SDK operations fail.

Declaration

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;

@end

Property

Parameter

Type

Description

code

String?

Error code, identifies the error type.

message

String?

Readable error description information.

traceId

String?

Trace ID for debugging.