class ParameterConversionException : BadRequestException, CopyableThrowable<ParameterConversionException>
This exception is thrown when a required parameter with name parameterName couldn't be converted to the type
ParameterConversionException(parameterName: String, type: String, cause: Throwable? = null)
This exception is thrown when a required parameter with name parameterName couldn't be converted to the type |
val parameterName: String
of missing request parameter |
|
val type: String
this parameter is unable to convert to |
fun createCopy(): ParameterConversionException |