No, that means that ifif there is an error, the system will ignore it.
There are three possible optionsvalues for the errors option:
- continue
continue(ignores the error) - remount-ro
remount-ro(remount the filesystem read-only) - panic
panic(kernel panic).
Read mount(8)man 8 mount for more informations.