WLFailResponseSwift

public class WLFailResponseSwift

Contains error message, error code and status code that the server responds with

  • An error message for the developer, which is not necessarily suitable for displaying to the end user.

    Declaration

    Swift

    public var errorMsg: String?
  • An error code from the server

    Declaration

    Swift

    public var errorCode: String?
  • An error status code from the server

    Declaration

    Swift

    public var status: Int