update `ContentNotAcceptable` error description (#4212)

The `ContentNotAcceptableError` is triggered when client either requests
an unsupported media type, or has form errors such as sending multiples.
Updating the description to also indicate non-supported Accept headers.
This commit is contained in:
Etan Kissling 2022-10-03 23:44:08 +02:00 committed by GitHub
parent 5da94ad2dd
commit b4b19b9aa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ const
InvalidLogLevelValueError* =
"Invalid log level value error"
ContentNotAcceptableError* =
"Could not find out accepted content type"
"Accepted media type not supported"
InvalidAcceptError* =
"Incorrect accept response type"
MissingSubCommitteeIndexValueError* =