mirror of
https://github.com/enso-org/enso.git
synced 2024-11-27 14:32:52 +03:00
32 lines
650 B
Markdown
32 lines
650 B
Markdown
---
|
|
layout: developer-doc
|
|
title: Errors
|
|
category: semantics
|
|
tags: [semantics, errors, runtime]
|
|
order: 4
|
|
---
|
|
|
|
# Errors
|
|
|
|
Due to its hybrid nature, Enso supports two main exception systems that help
|
|
users to deal with errors at runtime in the language.
|
|
|
|
<!-- MarkdownTOC levels="2,3" autolink="true" -->
|
|
|
|
- [Asynchronous Exceptions](#asynchronous-exceptions)
|
|
- [Broken Values](#broken-values)
|
|
|
|
<!-- /MarkdownTOC -->
|
|
|
|
## Asynchronous Exceptions
|
|
|
|
> The actionables for this section are:
|
|
>
|
|
> - Specify the semantics of Enso's async exceptions.
|
|
|
|
## Broken Values
|
|
|
|
> The actionables for this section are:
|
|
>
|
|
> - Specify the semantics of Enso's broken values.
|