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 a33085d commit fae31b9Copy full SHA for fae31b9
doc/specs/stdlib_logger.md
@@ -50,7 +50,7 @@ Error Code | Description
50
-----------------------|------------
51
`success` | no error was detected
52
`close_failure` | a `close` statement for an I/O unit failed
53
-`invalid_index_error` | the `column` was invalid for the given `line`
+`index_invalid_error` | the `column` was invalid for the given `line`
54
`non_sequential_error` | the I/O unit did not have `SEQUENTIAL` access
55
`open_failure` | an `open` statement failed
56
`read_only_error` | an output unit did not have an `access` specifier of `'WRITE'` or `'READWRITE'`
0 commit comments