ktor-server-core / io.ktor.features / MissingRequestParameterException

MissingRequestParameterException

class MissingRequestParameterException : BadRequestException, CopyableThrowable<MissingRequestParameterException>

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

Constructors

<init>

MissingRequestParameterException(parameterName: String)

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

Properties

parameterName

val parameterName: String

of missing request parameter

Functions

createCopy

fun createCopy(): MissingRequestParameterException