Orcaflex Code Check Error Handling

Sub-skill of orcaflex-code-check: Error Handling.

vamseeachanta 6a72e66 489 B Updated

File contents

Error Handling

Error Handling

try:
    results = check_mooring_safety_factors(tensions, mbl_values, "API_RP_2SK")
except ValueError as e:
    print(f"Unknown standard: {e}")
    print("Supported standards: API_RP_2SK, DNV_OS_E301, ISO_19901_7")

except KeyError as e:
    print(f"Missing data: {e}")
    print("Ensure all lines have MBL values defined")

vamseeachanta/workspace-hub/tree/main/.agents/skills/_archive/engineering/marine-offshore/orcaflex-code-check/error-handling commit 6a72e666e4

Frequently asked questions

npx skillmds@latest add vamseeachanta/orcaflex-code-check-error-handling