ParameterConversionException

class ParameterConversionException(val parameterName: String, val type: String, cause: Throwable? = null) : BadRequestException, CopyableThrowable<ParameterConversionException>

This exception is thrown when a required parameter with name parameterName couldn't be converted to the type

Constructors

Link copied to clipboard
constructor(parameterName: String, type: String, cause: Throwable? = null)

Properties

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

of missing request parameter

Link copied to clipboard

this parameter is unable to convert to

Functions

Link copied to clipboard