ModuleErrorInfoResponse

data class ModuleErrorInfoResponse(val code: String? = null, val message: String? = null)

Definition of the module error info type.

Constructors

Link copied to clipboard
constructor(code: String? = null, message: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val code: String? = null

Gets or sets the error code.

Link copied to clipboard
val message: String? = null

Gets or sets the error message.