Skip to content

Required error recovery mechanisms #266

@rcseacord

Description

@rcseacord

Safety-related systems use a variety of recovery techniques, all of which should be allowed by these guidelines. Expressed another way, there shouldn't be any rules which prohibit any of the following approaches

     * Be able to recover by detecting and reporting the error, e.g. via panic.  This panic may be caught by a process monitor. 
    * Substitute an in range value for an out-of-range value (e.g., saturation semantics).
    * To terminate an optional operation that would result in an error: e.g., if (divisor != 0) { dividend / divisor }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions