Skip to content

Commit 3865303

Browse files
Update docs/src/basics/solution.md
1 parent c4dfcce commit 3865303

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/src/basics/solution.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,8 @@ SciMLBase.successful_retcode(sol)
196196
as successful. For example, `Terminated` is a successful run to a manual termination, and would be missed
197197
if only checking for Success. Therefore we highly recommend you use `SciMLBase.successful_retcode(sol)` instead.
198198

199-
The return codes include:
199+
The return codes include are accessed via the ReturnCode module, i.e. `SciMLBase.ReturnCode.Success`. The
200+
following are major return codes to know:
200201

201202
- `Default`: The solver did not set retcodes.
202203
- `Success`: The integration completed without erroring or the steady state solver

0 commit comments

Comments
 (0)