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 c4dfcce commit 3865303Copy full SHA for 3865303
docs/src/basics/solution.md
@@ -196,7 +196,8 @@ SciMLBase.successful_retcode(sol)
196
as successful. For example, `Terminated` is a successful run to a manual termination, and would be missed
197
if only checking for Success. Therefore we highly recommend you use `SciMLBase.successful_retcode(sol)` instead.
198
199
-The return codes include:
+The return codes include are accessed via the ReturnCode module, i.e. `SciMLBase.ReturnCode.Success`. The
200
+following are major return codes to know:
201
202
- `Default`: The solver did not set retcodes.
203
- `Success`: The integration completed without erroring or the steady state solver
0 commit comments