ParameterConversionException
class ParameterConversionException(parameterName: String, type: String, cause: Throwable?) : BadRequestException, CopyableThrowable<ParameterConversionException>
Content copied to clipboard
This exception is thrown when a required parameter with name parameterName couldn't be converted to the type
Constructors
Link copied to clipboard
fun ParameterConversionException(parameterName: String, type: String, cause: Throwable? = null)
Content copied to clipboard