forked from MicrosoftDocs/azure-docs-sdk-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathErrorResponse.yml
36 lines (36 loc) · 946 Bytes
/
ErrorResponse.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
### YamlMime:TSType
name: ErrorResponse
uid: '@azure/arm-relay.ErrorResponse'
package: '@azure/arm-relay'
summary: >-
Error response indicates Relay service is not able to process the incoming
request. The reason is provided in the error message.
fullName: ErrorResponse
remarks: ''
isDeprecated: false
type: interface
properties:
- name: code
uid: '@azure/arm-relay.ErrorResponse.code'
package: '@azure/arm-relay'
summary: Error code.
fullName: code
remarks: ''
isDeprecated: false
syntax:
content: 'code?: string'
return:
description: ''
type: string
- name: message
uid: '@azure/arm-relay.ErrorResponse.message'
package: '@azure/arm-relay'
summary: Error message indicating why the operation failed.
fullName: message
remarks: ''
isDeprecated: false
syntax:
content: 'message?: string'
return:
description: ''
type: string