@nuxt/docs-nightly 4.3.0-29436444.647134eb → 4.3.0-29439165.ec1da219
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -175,6 +175,12 @@ if (!data.value) {
|
|
|
175
175
|
</script>
|
|
176
176
|
```
|
|
177
177
|
|
|
178
|
+
::tip
|
|
179
|
+
The `statusText` property is intended for short, HTTP-compliant status texts (e.g., "Not Found"). It should only contain horizontal tabs, spaces, and visible ASCII characters (`[\t\u0020-\u007E]`).
|
|
180
|
+
|
|
181
|
+
For any detailed descriptions, multi-line messages, or content with non-ASCII characters, you should always use the `message` property instead.
|
|
182
|
+
::
|
|
183
|
+
|
|
178
184
|
::read-more{to="/docs/4.x/api/utils/create-error"}
|
|
179
185
|
Read more about `createError` util.
|
|
180
186
|
::
|