MBXTransferError


@interface MBXTransferError : NSObject

Structure to hold error information about transfer request.

  • Transfer error code.

    Declaration

    Objective-C

    @property (nonatomic, readonly) MBXTransferErrorCode code;
  • Human readable string describing an error.

    Declaration

    Objective-C

    @property (nonatomic, copy, readonly, nonnull) NSString *message;