Skip to content

Commit

Permalink
Add links to API Reference for Common Error module
Browse files Browse the repository at this point in the history
  • Loading branch information
sgchoi5 committed Feb 25, 2025
1 parent 0861223 commit 4f5f54d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/application/native/guides/error/error-handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ How to query error codes for a certain API function is determined by how the fun

```
Remarks:
The specific error code can be obtained using the get_last_result() function. Error codes are described in Exception section.
The specific error code can be obtained using the get_last_result() function in [Common Error](../../api/common/latest/group__CAPI__COMMON__ERROR.html). Error codes are described in Exception section.
To see all of the available error values, please refer to the Exceptions section in each API function description.
For example:
Expand Down Expand Up @@ -62,3 +62,5 @@ Every error code in Tizen Native API is represented as an integer value.
- Dependencies
- Tizen 2.4 and Higher for Mobile
- Tizen 2.3.1 and Higher for Wearable
- API Reference
- [Common Error](../../api/common/latest/group__CAPI__COMMON__ERROR.html)
2 changes: 2 additions & 0 deletions docs/application/native/guides/error/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ You can use the following error handling features in your native applications:
- Dependencies
- Tizen 2.4 and Higher for Mobile
- Tizen 2.3.1 and Higher for Wearable
- API Reference
- [Common Error](../../api/common/latest/group__CAPI__COMMON__ERROR.html)

0 comments on commit 4f5f54d

Please sign in to comment.