PostingError

public enum PostingError : Error

Errors an Posting can throw

  • if a posting adds to the an inventory without specifying an amount

    Declaration

    Swift

    case noCost(String)