ParameterConversionException
class ParameterConversionException :
BadRequestException,
CopyableThrowable<ParameterConversionException>
This exception is thrown when a required parameter with name parameterName couldn’t be converted to the type
Constructors
This exception is thrown when a required parameter with name parameterName couldn’t be converted to the type |
Properties
val parameterName: String of missing request parameter |
|
val type: String this parameter is unable to convert to |
Functions
fun createCopy(): ParameterConversionException |
Extension Properties
Root cause of the Throwable. |