@@ -76,7 +76,6 @@ def __init__(self, error_response_version=None, status_code=None, error_message=
76
76
def error_response_version (self ):
77
77
"""Gets the error_response_version of this ApiErrorResponse. # noqa: E501
78
78
79
- The version of the error handler. # noqa: E501
80
79
81
80
:return: The error_response_version of this ApiErrorResponse. # noqa: E501
82
81
:rtype: str
@@ -87,7 +86,6 @@ def error_response_version(self):
87
86
def error_response_version (self , error_response_version ):
88
87
"""Sets the error_response_version of this ApiErrorResponse.
89
88
90
- The version of the error handler. # noqa: E501
91
89
92
90
:param error_response_version: The error_response_version of this ApiErrorResponse. # noqa: E501
93
91
:type: str
@@ -99,7 +97,6 @@ def error_response_version(self, error_response_version):
99
97
def status_code (self ):
100
98
"""Gets the status_code of this ApiErrorResponse. # noqa: E501
101
99
102
- The HttpStatusCode of the error. # noqa: E501
103
100
104
101
:return: The status_code of this ApiErrorResponse. # noqa: E501
105
102
:rtype: int
@@ -110,7 +107,6 @@ def status_code(self):
110
107
def status_code (self , status_code ):
111
108
"""Sets the status_code of this ApiErrorResponse.
112
109
113
- The HttpStatusCode of the error. # noqa: E501
114
110
115
111
:param status_code: The status_code of this ApiErrorResponse. # noqa: E501
116
112
:type: int
@@ -122,7 +118,6 @@ def status_code(self, status_code):
122
118
def error_message (self ):
123
119
"""Gets the error_message of this ApiErrorResponse. # noqa: E501
124
120
125
- The message provided by the error handler. # noqa: E501
126
121
127
122
:return: The error_message of this ApiErrorResponse. # noqa: E501
128
123
:rtype: str
@@ -133,7 +128,6 @@ def error_message(self):
133
128
def error_message (self , error_message ):
134
129
"""Sets the error_message of this ApiErrorResponse.
135
130
136
- The message provided by the error handler. # noqa: E501
137
131
138
132
:param error_message: The error_message of this ApiErrorResponse. # noqa: E501
139
133
:type: str
@@ -145,7 +139,6 @@ def error_message(self, error_message):
145
139
def error_details (self ):
146
140
"""Gets the error_details of this ApiErrorResponse. # noqa: E501
147
141
148
- The details of the error. # noqa: E501
149
142
150
143
:return: The error_details of this ApiErrorResponse. # noqa: E501
151
144
:rtype: str
@@ -156,7 +149,6 @@ def error_details(self):
156
149
def error_details (self , error_details ):
157
150
"""Sets the error_details of this ApiErrorResponse.
158
151
159
- The details of the error. # noqa: E501
160
152
161
153
:param error_details: The error_details of this ApiErrorResponse. # noqa: E501
162
154
:type: str
@@ -168,7 +160,6 @@ def error_details(self, error_details):
168
160
def request_id (self ):
169
161
"""Gets the request_id of this ApiErrorResponse. # noqa: E501
170
162
171
- The Id of the request that triggered the error. If contacting API Support, please include the RequestId. # noqa: E501
172
163
173
164
:return: The request_id of this ApiErrorResponse. # noqa: E501
174
165
:rtype: str
@@ -179,7 +170,6 @@ def request_id(self):
179
170
def request_id (self , request_id ):
180
171
"""Sets the request_id of this ApiErrorResponse.
181
172
182
- The Id of the request that triggered the error. If contacting API Support, please include the RequestId. # noqa: E501
183
173
184
174
:param request_id: The request_id of this ApiErrorResponse. # noqa: E501
185
175
:type: str
@@ -191,7 +181,6 @@ def request_id(self, request_id):
191
181
def validation_errors (self ):
192
182
"""Gets the validation_errors of this ApiErrorResponse. # noqa: E501
193
183
194
- The list of validation errors (if applicable). # noqa: E501
195
184
196
185
:return: The validation_errors of this ApiErrorResponse. # noqa: E501
197
186
:rtype: list[ApiValidationError]
@@ -202,7 +191,6 @@ def validation_errors(self):
202
191
def validation_errors (self , validation_errors ):
203
192
"""Sets the validation_errors of this ApiErrorResponse.
204
193
205
- The list of validation errors (if applicable). # noqa: E501
206
194
207
195
:param validation_errors: The validation_errors of this ApiErrorResponse. # noqa: E501
208
196
:type: list[ApiValidationError]
0 commit comments