ResponseErrorModel
public struct ResponseErrorModel : Codable
Klip 에러 정보
-
에러 코드
Declaration
Swift
public let errorCode: Int
-
에러 메세지
Declaration
Swift
public let errorMsg: String
-
HTTP Status Code
Declaration
Swift
public let httpStatus: Int