WebFormRequiredException
class WebFormRequiredException(val locationUrl: String, val message: String, val code: String, val httpStatus: HttpStatus) : AbstractM8tyException
Exception that is thrown when a web form is required.
Parameters
locationUrl
The URL of the location where the form is required.
message
The error message associated with the exception.
code
The error code associated with the exception.
httpStatus
The HTTP status code associated with the exception.