SAPError

  • A type representing an error value that can be thrown. It is a collection of few protocols:

    • CustomStringConvertible
    • CustomDebugStringConvertible
    • LocalizedError (with default implementation returning nil)
    See more

    Declaration

    Swift

    public protocol SAPError : LocalizedError, CustomDebugStringConvertible, CustomStringConvertible