We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91a421b commit 3373aafCopy full SHA for 3373aaf
src/verbosity.jl
@@ -145,7 +145,7 @@ function LinearVerbosity(verbose::Verbosity.Type)
145
LinearNumericalVerbosity(Verbosity.Info())
146
)
147
148
- _ => @error "Not a valid choice for verbosity."
+ _ => @error "Not a valid choice for LinearVerbosity. Available choices are `Default`, `None`, and `All`."
149
end
150
151
0 commit comments