MBXTransferErrorCode

enum MBXTransferErrorCode : NSInteger {}

Enum which represents different error cases which could happen during transfer session.

  • General filesystem related error code. For cases like: write error, no such file or directory, not enough space and etc.

    Declaration

    Objective-C

    MBXTransferErrorCodeFileSystemError
  • General network related error. Should be probably representation of HttpRequestError.

    Declaration

    Objective-C

    MBXTransferErrorCodeNetworkError