BusinessError
public protocol BusinessError : Error
Any specific business error defined by the HTTP status code and the response. BusinessErrors are detected before checking ServerErrors
Version
1.0.0Date
20/11/22-
Undocumented
Declaration
Swift
init?(response: DataTaskResponse)
BusinessError Protocol Reference