PostingError public enum PostingError : Error Errors an Posting can throw Show on GitHub noCost(_:) if a posting adds to the an inventory without specifying an amount Declaration Swift case noCost(String) Show on GitHub