MDApiError

@objc
public class MDApiError : NSObject, Error

Errors raised by the MangaDex API

  • Types of errors raised by MangaDexLib

    See more

    Declaration

    Swift

    public enum ErrorType
  • Type of error represented by this object

    Declaration

    Swift

    public let errorType: ErrorType
  • Errors returned by the MangaDex API

    Declaration

    Swift

    public let apiErrors: [MDError]
  • Underlying errors raised by Swift methods

    Declaration

    Swift

    public let underlyingError: Error?
  • The raw content returned by the MangaDex API which triggered this error

    Declaration

    Swift

    public let rawBody: String?
  • The URL which lead to this error

    Declaration

    Swift

    public let requestUrl: URL?