TNEntityResponseStatus

@objcMembers
open class TNEntityResponseStatus : NSObject, Codable

Undocumented

  • Status code in Int

    Declaration

    Swift

    public var status: Int?
  • Message to describe the status

    Declaration

    Swift

    public var message: String?