MissingRequestParameterException

This exception is thrown when a required parameter with name parameterName is missing

Report a problem

Constructors

Link copied to clipboard
constructor(parameterName: String, parameterType: String? = null)

Properties

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
expect open val message: String?
Link copied to clipboard

of missing request parameter

Link copied to clipboard

the type of the missing parameter (e.g., "query", "header", "cookie", "path")

Functions

Link copied to clipboard