Skip to content

Commit 50b0cec

Browse files
committed
🔧 fix: z-index on large compare
1 parent f6bb52a commit 50b0cec

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/essential/life-cycle.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -770,10 +770,14 @@ new Elysia()
770770

771771
Elysia error code consists of:
772772

773+
"UNKNOWN" | "VALIDATION" | "NOT_FOUND" | "PARSE" | "INTERNAL_SERVER_ERROR" | "INVALID_COOKIE_SIGNATURE" | "INVALID_FILE_TYPE"
774+
773775
- **NOT_FOUND**
774-
- **INTERNAL_SERVER_ERROR**
775-
- **VALIDATION**
776776
- **PARSE**
777+
- **VALIDATION**
778+
- **INTERNAL_SERVER_ERROR**
779+
- **INVALID_COOKIE_SIGNATURE**
780+
- **INVALID_FILE_TYPE**
777781
- **UNKNOWN**
778782
- **number** (based on HTTP Status)
779783

0 commit comments

Comments
 (0)