Skip to content

STRUCT

AnsaApiError

public struct AnsaApiError: Error, LocalizedError

Error wrapper around API exceptions returned from Ansa.

  • Parameters:
  • humanReadableMessage: Human readable message for the error that can be displayed to users.
  • errorMessage: Message from the Error

Properties

humanReadableMessage

public let humanReadableMessage: String

errorMessage

public let errorMessage: String

errorDescription

public var errorDescription: String?