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 27, 2025
1 parent 0861223 commit c35eca8
Show file tree
Hide file tree
Showing 4 changed files with 7 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 @@ -39,7 +39,7 @@ How to query error codes for a certain API function is determined by how the fun
BUNDLE_ERROR_OUT_OF_MEMORY /* Out of memory */
```

To obtain the error message for a specific error code, use the `get_error_message()` function to query the meaning of each error code. The pointer returned is a static variable; you must not free it.
To obtain the error message for a specific error code, use the `get_error_message()` function in [Common Error](../../api/common/latest/group__CAPI__COMMON__ERROR.html) to query the meaning of each error code. The pointer returned is a static variable; you must not free it.

For example:

Expand All @@ -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)
1 change: 1 addition & 0 deletions docs/application/web/guides/cordova/console.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,4 @@ To measure the time elapsed during an operation, follow these steps:
- Tizen 3.0 and Higher for Mobile
- Tizen 3.0 and Higher for Wearable
- Tizen 3.0 and Higher for TV
* API Reference: [Cordova](../../api/latest/device_api/tv/index.html)
1 change: 1 addition & 0 deletions docs/application/web/guides/tau/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,4 @@ The `<img>` element supports the image alt text through the `alt` attribute:
* Dependencies
- Tizen 3.0 and Higher for Mobile
- Tizen 3.0 and Higher for Wearable
* API Reference: [Advanced UI Framework](../api/latest/ui_fw_api/ui_fw_api_cover.htm)

0 comments on commit c35eca8

Please sign in to comment.