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 a9327a6 commit c1f993eCopy full SHA for c1f993e
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