-
Notifications
You must be signed in to change notification settings - Fork 188
/
ErrorDetail.yml
90 lines (85 loc) · 2.31 KB
/
ErrorDetail.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
### YamlMime:TSType
name: ErrorDetail
uid: '@azure/arm-sphere.ErrorDetail'
package: '@azure/arm-sphere'
summary: The error detail.
fullName: ErrorDetail
remarks: ''
isDeprecated: false
type: interface
properties:
- name: additionalInfo
uid: '@azure/arm-sphere.ErrorDetail.additionalInfo'
package: '@azure/arm-sphere'
summary: >-
The error additional info.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: additionalInfo
remarks: ''
isDeprecated: false
syntax:
content: 'additionalInfo?: ErrorAdditionalInfo[]'
return:
description: ''
type: <xref uid="@azure/arm-sphere.ErrorAdditionalInfo" />[]
- name: code
uid: '@azure/arm-sphere.ErrorDetail.code'
package: '@azure/arm-sphere'
summary: >-
The error code.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: code
remarks: ''
isDeprecated: false
syntax:
content: 'code?: string'
return:
description: ''
type: string
- name: details
uid: '@azure/arm-sphere.ErrorDetail.details'
package: '@azure/arm-sphere'
summary: >-
The error details.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: details
remarks: ''
isDeprecated: false
syntax:
content: 'details?: ErrorDetail[]'
return:
description: ''
type: <xref uid="@azure/arm-sphere.ErrorDetail" />[]
- name: message
uid: '@azure/arm-sphere.ErrorDetail.message'
package: '@azure/arm-sphere'
summary: >-
The error message.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: message
remarks: ''
isDeprecated: false
syntax:
content: 'message?: string'
return:
description: ''
type: string
- name: target
uid: '@azure/arm-sphere.ErrorDetail.target'
package: '@azure/arm-sphere'
summary: >-
The error target.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: target
remarks: ''
isDeprecated: false
syntax:
content: 'target?: string'
return:
description: ''
type: string