UsageBrokerError

public enum UsageBrokerError : Error
extension UsageBrokerError: SAPError

Enumeration to describe the errors of the UsageBroker.

  • Failed to configure UsageStore!

    Declaration

    Swift

    case usageStoreInit
  • Failed to instantiate reporter!

    Declaration

    Swift

    case reporterInit
  • Invalid URL for log upload!

    Declaration

    Swift

    case invalidUploadUrl
  • Invalid OnboardingID for log upload!

    Declaration

    Swift

    case invalidUploadOnboardingID
  • A textual representation of this instance.

    Declaration

    Swift

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

    Declaration

    Swift

    public var errorDescription: String? { get }
  • A textual representation of this instance, suitable for debugging.

    Declaration

    Swift

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

    Declaration

    Swift

    public var failureReason: String? { get }