NetworkResponse

constructor(isSuccessful: Boolean = false, body: String? = null, code: Int = -1, message: String? = null, error: VGSError? = null)