MissingPathVariableException

class MissingPathVariableException(val name: String, val path: String, cause: Throwable? = null) : ApiClientException

A variable in the path template is missing.

Constructors

Link copied to clipboard
constructor(name: String, path: String, cause: Throwable? = null)

Properties

Link copied to clipboard
Link copied to clipboard