WizardResponse

data class WizardResponse(@Json(name = codecode: Int, @Json(name = messagemessage: String?, @Json(name = errorerror: WizardResponseError?, @Json(name = pollingpolling: Polling?, @Json(name = formform: FormObject?)

Parameters

code

The http status code

message

The error message

error

Will be set if an error occurs during the processing of the current step (e.g. the session has expired). If the recoverable flag equals false a new session has to be started.

polling
form

Constructors

WizardResponse
Link copied to clipboard
fun WizardResponse(@Json(name = codecode: Int, @Json(name = messagemessage: String? = null, @Json(name = errorerror: WizardResponseError? = null, @Json(name = pollingpolling: Polling? = null, @Json(name = formform: FormObject? = null)
The http status code

Properties

code
Link copied to clipboard
var code: Int
The http status code
error
Link copied to clipboard
var error: WizardResponseError? = null
Will be set if an error occurs during the processing of the current step (e.g.
form
Link copied to clipboard
var form: FormObject? = null
message
Link copied to clipboard
var message: String? = null
The error message
polling
Link copied to clipboard
var polling: Polling? = null