PaperApiCursorError

public enum PaperApiCursorError : CustomStringConvertible, JSONRepresentable

The PaperApiCursorError union

  • The provided cursor is expired.

    Declaration

    Swift

    case expiredCursor
  • The provided cursor is invalid.

    Declaration

    Swift

    case invalidCursor
  • The provided cursor contains invalid user.

    Declaration

    Swift

    case wrongUserInCursor
  • Indicates that the cursor has been invalidated. Call the corresponding non-continue endpoint to obtain a new cursor.

    Declaration

    Swift

    case reset
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }