MissingPathVariableException
class MissingPathVariableException(val name: String, val path: String, cause: Throwable? = null) : ApiClientException
A variable in the path template is missing.
A variable in the path template is missing.