Commonly available global error type packages

Overview

ErrorKit

일반적으로 사용 할 수 있는 전역 오류 타입 패키지.

Requirements

  • Xcode 13.2.1+
  • Swift 5.5+

Installation

Swift Package Manager

.package(url: "https://github.com/jaemyeong/OpenColorKit.git", .upToNextMajor(from: "0.1.0"))

Usage

import ErrorKit

throw UnknownError()

License

Author

Jaemyeong Jin ([email protected])

You might also like...
Type-safe networking abstraction layer that associates request type with response type.

APIKit APIKit is a type-safe networking abstraction layer that associates request type with response type. // SearchRepositoriesRequest conforms to Re

A phantom type is a custom type that has one or more unused type parameters.

PhantomTypes A phantom type is a custom type that has one or more unused type parameters. Phantom types allow you to enforce type-safety without sacri

A Swift-based API for reading from & writing to the Apple System Log (more commonly known somewhat inaccurately as
A Swift-based API for reading from & writing to the Apple System Log (more commonly known somewhat inaccurately as "the console")

CleanroomASL Notice: CleanroomASL is no longer supported The Apple System Log facility has been deprecated by Apple. As a result, we've deprecated Cle

Commonly used data structures for Swift

Swift Collections is an open-source package of data structure implementations for the Swift programming language.

Examples of commonly used data structures and algorithms in Swift.

Swift Structures This project provides a framework for commonly used data structures and algorithms written in a new iOS development language called S

MusicTheoryKit: a swift module that provides an easy-to-use API for most commonly used music terms

MusicTheoryKit Introduction MusicTheoryKit is a Swift framework that provides an easy-to-use API for most commonly used music terms. Create notes, ass

iOS helper library that contains commonly used code in Uptech iOS projects

iOS helper library that contains commonly used code in Uptech iOS projects.

⌨️ Add user-customizable global keyboard shortcuts to your macOS app in minutes
⌨️ Add user-customizable global keyboard shortcuts to your macOS app in minutes

This package lets you add support for user-customizable global keyboard shortcuts to your macOS app in minutes. It's fully sandbox and Mac App Store c

iOS utility class to manage global dispatch queue.
iOS utility class to manage global dispatch queue.

YYDispatchQueuePool iOS utility class to manage global dispatch queue. (It's a component of YYKit) When use a concurrent queue to execute lots of bloc

This is an Instagram clone with a custom Parse backend that allows a user to post photos, view a global photos feed, and add comments!
This is an Instagram clone with a custom Parse backend that allows a user to post photos, view a global photos feed, and add comments!

Parstagram - Part II This is an Instagram clone with a custom Parse backend that allows a user to post photos, view a global photos feed, and add comm

Condense string literals into global variables.

Gettysburg This is an implementation of the SAX interface. API Documentation Documentation of the API can be found here: Gettysburg API A note on Char

This plugin defines a global navigator.camera object, which provides an API for taking pictures and for choosing images from the system's image library.

title description Camera Take pictures with the device camera. AppVeyor Travis CI cordova-plugin-camera This plugin defines a global navigator.camera

Global formula editor with swift

Koshiki (With auto-completion of Typinator. )

AREarthObservatory - A minimal iOS AR app that visualizes time-series changes in the global environment based on data from NASA satellites
AREarthObservatory - A minimal iOS AR app that visualizes time-series changes in the global environment based on data from NASA satellites

A minimal iOS AR app that visualizes time-series changes in the global environment based on data from NASA satellites

A Swifty API for global macOS hotkeys.

A Swifty API for global macOS hotkeys. Install Add the following dependency to your Package.swift file: .package(url: "https://github.com/jordanbaird/

A computer-vision-driven app for detecting and mapping smog in public roads. Crowdsourcing is rewarded with NFTs. Uber Global Hackathon.
A computer-vision-driven app for detecting and mapping smog in public roads. Crowdsourcing is rewarded with NFTs. Uber Global Hackathon.

Smogify Detecting smog using ML and rewarding users with NFTs About The Project app in action: https://youtu.be/awJrP-sHb_I Under the growing uncertai

A package manager that installs and runs executable Swift packages

Mint 🌱 A package manager that installs and runs Swift command line tool packages. $ mint run realm/[email protected] This would install and run SwiftL

Homebrew for Swift packages

Swiftbrew A package manager that installs prebuilt Swift command line tool packages, or Homebrew for Swift packages. Installation Homebrew brew instal

Search jailbreak packages using the Tweakio API, Parcility API or Canister API straight from Cydia, Installer, Sileo and Zebra!

Tweakio Search packages globally directly from your favourite package manager! Works with Cydia, Installer, Zebra and Sileo! How does it work The twea

Releases(0.1.9)
  • 0.1.9(Nov 6, 2022)

    What's Changed

    • Closed #30 by @jaemyeong in https://github.com/jaemyeong/ErrorKit/pull/31
    • Closed #29 by @jaemyeong in https://github.com/jaemyeong/ErrorKit/pull/32
    • 0.1.9 by @jaemyeong in https://github.com/jaemyeong/ErrorKit/pull/33

    Full Changelog: https://github.com/jaemyeong/ErrorKit/compare/0.1.8...0.1.9

    Source code(tar.gz)
    Source code(zip)
  • 0.1.8(Oct 10, 2022)

    What's Changed

    • [Closed #26] Swift 5.7 Migration by @jaemyeong in https://github.com/jaemyeong/ErrorKit/pull/27
    • 0.1.8 by @jaemyeong in https://github.com/jaemyeong/ErrorKit/pull/28

    Full Changelog: https://github.com/jaemyeong/ErrorKit/compare/0.1.7...0.1.8

    Source code(tar.gz)
    Source code(zip)
  • 0.1.7(May 20, 2022)

    What's Changed

    • UnimplementedError 추가 by @jaemyeong in https://github.com/jaemyeong/ErrorKit/pull/24
    • 0.1.7 by @jaemyeong in https://github.com/jaemyeong/ErrorKit/pull/25

    Full Changelog: https://github.com/jaemyeong/ErrorKit/compare/0.1.6...0.1.7

    Source code(tar.gz)
    Source code(zip)
  • 0.1.6(Apr 29, 2022)

    What's Changed

    • UnconfiguredError 추가 by @jaemyeong in https://github.com/jaemyeong/ErrorKit/pull/19
    • README 수정 by @jaemyeong in https://github.com/jaemyeong/ErrorKit/pull/21
    • 0.1.6 by @jaemyeong in https://github.com/jaemyeong/ErrorKit/pull/22

    Full Changelog: https://github.com/jaemyeong/ErrorKit/compare/0.1.5...0.1.6

    Source code(tar.gz)
    Source code(zip)
  • 0.1.5(Apr 21, 2022)

    What's Changed

    • ValidationError 추가 by @jaemyeong in https://github.com/jaemyeong/ErrorKit/pull/16
    • 0.1.5 by @jaemyeong in https://github.com/jaemyeong/ErrorKit/pull/17

    Full Changelog: https://github.com/jaemyeong/ErrorKit/compare/0.1.4...0.1.5

    Source code(tar.gz)
    Source code(zip)
  • 0.1.4(Apr 21, 2022)

    What's Changed

    • UnsupportedError 추가 by @jaemyeong in https://github.com/jaemyeong/ErrorKit/pull/13
    • 0.1.4 by @jaemyeong in https://github.com/jaemyeong/ErrorKit/pull/14

    Full Changelog: https://github.com/jaemyeong/ErrorKit/compare/0.1.3...0.1.4

    Source code(tar.gz)
    Source code(zip)
  • 0.1.3(Feb 10, 2022)

    What's Changed

    • UnauthorizedError 추가 by @jaemyeong in https://github.com/jaemyeong/ErrorKit/pull/10
    • 0.1.3 by @jaemyeong in https://github.com/jaemyeong/ErrorKit/pull/11

    Full Changelog: https://github.com/jaemyeong/ErrorKit/compare/0.1.2...0.1.3

    Source code(tar.gz)
    Source code(zip)
  • 0.1.2(Jan 25, 2022)

    What's Changed

    • NotFound 에러 추가 by @jaemyeong in https://github.com/jaemyeong/ErrorKit/pull/6
    • README 수정 by @jaemyeong in https://github.com/jaemyeong/ErrorKit/pull/7
    • 0.1.2 by @jaemyeong in https://github.com/jaemyeong/ErrorKit/pull/8

    Full Changelog: https://github.com/jaemyeong/ErrorKit/compare/0.1.1...0.1.2

    Source code(tar.gz)
    Source code(zip)
  • 0.1.1(Jan 20, 2022)

    What's Changed

    • 사용자 정의 메시지 추가 by @jaemyeong in https://github.com/jaemyeong/ErrorKit/pull/2
    • 0.1.1 by @jaemyeong in https://github.com/jaemyeong/ErrorKit/pull/3

    New Contributors

    • @jaemyeong made their first contribution in https://github.com/jaemyeong/ErrorKit/pull/2

    Full Changelog: https://github.com/jaemyeong/ErrorKit/compare/0.1.0...0.1.1

    Source code(tar.gz)
    Source code(zip)
  • 0.1.0(Dec 21, 2021)

Owner
Jaemyeong Jin
iOS Developer
Jaemyeong Jin
A phantom type is a custom type that has one or more unused type parameters.

PhantomTypes A phantom type is a custom type that has one or more unused type parameters. Phantom types allow you to enforce type-safety without sacri

null 3 Nov 4, 2022
A computer-vision-driven app for detecting and mapping smog in public roads. Crowdsourcing is rewarded with NFTs. Uber Global Hackathon.

Smogify Detecting smog using ML and rewarding users with NFTs About The Project app in action: https://youtu.be/awJrP-sHb_I Under the growing uncertai

ASOFI 3 Aug 18, 2022
❌📱 A little swift Internet error status indicator using ReachabilitySwift

EFInternetIndicator Requirements Xcode 8.0+ iOS 8.3+ WARNING : It's not work on simulator. #1 Installation CocoaPods You can use CocoaPods to install

Ezequiel França 131 Dec 14, 2022
This is my attempt to make this repo available on swift package manager

Parse LiveQuery Client for iOS/OSX PFQuery is one of the key concepts for Parse. It allows you to retrieve PFObjects by specifying some conditions, ma

Benji 0 Nov 3, 2021
Lightweight REST library for iOS and watchOS. Available on cococapods

RMHttp RMHttp is a Lightweight REST library for iOS and watchOS. Features Chainable Request URL / JSON Parameter Encoding HTTP Methods GET/POST/DELETE

Roger Molas 7 Nov 19, 2022
A type-safe, high-level networking solution for Swift apps

What Type-safe network calls made easy Netswift offers an easy way to perform network calls in a structured and type-safe way. Why Networking in Swift

Dorian Grolaux 23 Apr 27, 2022
Swift-multipart-formdata - MultipartFormData: Build multipart/form-data type-safe in Swift

MultipartFormData Build multipart/form-data type-safe in Swift. A result builder

Felix Herrmann 21 Dec 29, 2022
A type-safe packet processor framework in Swift

PacketProcessor The Swift PacketProcessor provides a simple, type-safe way of handling structured packets given a data stream. PacketProcessor handles

Danny Sung 12 Oct 9, 2022
Compatible backports of commonly used type properties for `URL` that are only available from iOS 16.0+ / macOS 13.0+ / tvOS 16.0+ / watchOS 9.0+.

URLCompatibilityKit URLCompatibilityKit is a lightweight Swift package that adds compatible backports of commonly used type properties, type and insta

Marco Eidinger 17 Dec 8, 2022
iOS 13-compatible backports of commonly used async/await-based system APIs that are only available from iOS 15 by default.

AsyncCompatibilityKit Welcome to AsyncCompatibilityKit, a lightweight Swift package that adds iOS 13-compatible backports of commonly used async/await

John Sundell 367 Jan 5, 2023