SAPcpmsClientResourcesError

public enum SAPcpmsClientResourcesError : Error
extension SAPcpmsClientResourcesError: SAPError

Error types that can throw this framework

  • Connection to the server failed.

    Declaration

    Swift

    case network
  • Status code of response is not the expected.

    Declaration

    Swift

    case invalidHTTPStatus(statusCode: Int)
  • The received JSON couldn’t parse.

    Declaration

    Swift

    case malformed
  • A localized message description.

    Declaration

    Swift

    public var description: String { get }
  • A localized message describing the debug information.

    Declaration

    Swift

    public var debugDescription: String { get }
  • A localized message describing what error occurred.

    Declaration

    Swift

    public var errorDescription: String? { get }
  • A localized message describing the reason for the failure.

    Declaration

    Swift

    public var failureReason: String? { get }