@azure-tools/typespec-azure-core 0.58.0-dev.2 → 0.58.0-dev.3
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.
- package/lib/foundations.tsp +1 -1
- package/package.json +1 -1
package/lib/foundations.tsp
CHANGED
|
@@ -164,7 +164,7 @@ model Error {
|
|
|
164
164
|
innererror?: InnerError;
|
|
165
165
|
}
|
|
166
166
|
|
|
167
|
-
@doc("An object containing more specific information about the error. As per
|
|
167
|
+
@doc("An object containing more specific information about the error. As per Azure REST API guidelines - https://aka.ms/AzureRestApiGuidelines#handling-errors.")
|
|
168
168
|
model InnerError {
|
|
169
169
|
@doc("One of a server-defined set of error codes.")
|
|
170
170
|
code?: string;
|
package/package.json
CHANGED