[**@sora-soft/framework API Reference v2.0.0**](../README.md)

***

[@sora-soft/framework API Reference](../globals.md) / ErrorLevel

# Enumeration: ErrorLevel

Defined in: [packages/framework/src/utility/ExError.ts:1](https://github.com/sora-soft/sora-node/blob/b502ee5b534689cc7d2350abf8d8b0ff780961fe/packages/framework/src/utility/ExError.ts#L1)

## Enumeration Members

### Expected

> **Expected**: `2`

Defined in: [packages/framework/src/utility/ExError.ts:4](https://github.com/sora-soft/sora-node/blob/b502ee5b534689cc7d2350abf8d8b0ff780961fe/packages/framework/src/utility/ExError.ts#L4)

***

### Fatal

> **Fatal**: `-1`

Defined in: [packages/framework/src/utility/ExError.ts:2](https://github.com/sora-soft/sora-node/blob/b502ee5b534689cc7d2350abf8d8b0ff780961fe/packages/framework/src/utility/ExError.ts#L2)

***

### Silent

> **Silent**: `3`

Defined in: [packages/framework/src/utility/ExError.ts:5](https://github.com/sora-soft/sora-node/blob/b502ee5b534689cc7d2350abf8d8b0ff780961fe/packages/framework/src/utility/ExError.ts#L5)

***

### Unexpected

> **Unexpected**: `1`

Defined in: [packages/framework/src/utility/ExError.ts:3](https://github.com/sora-soft/sora-node/blob/b502ee5b534689cc7d2350abf8d8b0ff780961fe/packages/framework/src/utility/ExError.ts#L3)
