WizardResponse

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)

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