NotebookPreparationErrorResponse

data class NotebookPreparationErrorResponse(val errorMessage: String? = null, val statusCode: Int? = null)

Constructors

Link copied to clipboard
constructor(errorMessage: String? = null, statusCode: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val errorMessage: String? = null
Link copied to clipboard
val statusCode: Int? = null