class IllegalHeaderNameException : IllegalArgumentException
Thrown when an illegal header name was used.
A header name should only consist from visible characters
without delimiters "double quote" and the following characters: (),/:;<=>?@[\]{}
.
IllegalHeaderNameException(headerName: String, position: Int)
Thrown when an illegal header name was used.
A header name should only consist from visible characters
without delimiters "double quote" and the following characters: |
val headerName: String
that was tried to use |
|
val position: Int
at which validation failed |