-
Notifications
You must be signed in to change notification settings - Fork 244
/
com.microsoft.azure.cognitiveservices.search.autosuggest.models.ErrorResponseException.yml
57 lines (55 loc) · 4.2 KB
/
com.microsoft.azure.cognitiveservices.search.autosuggest.models.ErrorResponseException.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
### YamlMime:JavaType
constructors:
- fullName: com.microsoft.azure.cognitiveservices.search.autosuggest.models.ErrorResponseException.ErrorResponseException(final String message, final Response<ResponseBody> response)
name: ErrorResponseException(final String message, final Response<ResponseBody> response)
nameWithType: ErrorResponseException.ErrorResponseException(final String message, final Response<ResponseBody> response)
parameters:
- description: <p>the exception message or the response content if a message is not available </p>
name: message
type: <xref href="final+String?alt=final+String&text=final+String" data-throw-if-not-resolved="False"/>
- description: <p>the HTTP response </p>
name: response
type: final <xref href="com.microsoft.azure.cognitiveservices.search.autosuggest.models.Response?alt=com.microsoft.azure.cognitiveservices.search.autosuggest.models.Response&text=Response" data-throw-if-not-resolved="False"/><ResponseBody>
summary: >-
<p>Initializes a new instance of the ErrorResponseException class.</p>
<p></p>
syntax: public ErrorResponseException(final String message, final Response<ResponseBody> response)
uid: com.microsoft.azure.cognitiveservices.search.autosuggest.models.ErrorResponseException.ErrorResponseException(final String,final Response<ResponseBody>)
- fullName: com.microsoft.azure.cognitiveservices.search.autosuggest.models.ErrorResponseException.ErrorResponseException(final String message, final Response<ResponseBody> response, final ErrorResponse body)
name: ErrorResponseException(final String message, final Response<ResponseBody> response, final ErrorResponse body)
nameWithType: ErrorResponseException.ErrorResponseException(final String message, final Response<ResponseBody> response, final ErrorResponse body)
parameters:
- description: <p>the exception message or the response content if a message is not available </p>
name: message
type: <xref href="final+String?alt=final+String&text=final+String" data-throw-if-not-resolved="False"/>
- description: <p>the HTTP response </p>
name: response
type: final <xref href="com.microsoft.azure.cognitiveservices.search.autosuggest.models.Response?alt=com.microsoft.azure.cognitiveservices.search.autosuggest.models.Response&text=Response" data-throw-if-not-resolved="False"/><ResponseBody>
- description: <p>the deserialized response body </p>
name: body
type: final <xref href="com.microsoft.azure.cognitiveservices.search.autosuggest.models.ErrorResponse?alt=com.microsoft.azure.cognitiveservices.search.autosuggest.models.ErrorResponse&text=ErrorResponse" data-throw-if-not-resolved="False"/>
summary: >-
<p>Initializes a new instance of the ErrorResponseException class.</p>
<p></p>
syntax: public ErrorResponseException(final String message, final Response<ResponseBody> response, final ErrorResponse body)
uid: com.microsoft.azure.cognitiveservices.search.autosuggest.models.ErrorResponseException.ErrorResponseException(final String,final Response<ResponseBody>,final ErrorResponse)
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
- <xref href="RestException" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.cognitiveservices.search.autosuggest.models.ErrorResponseException.body()
name: body()
nameWithType: ErrorResponseException.body()
returns:
type: <xref href="com.microsoft.azure.cognitiveservices.search.autosuggest.models.ErrorResponse?alt=com.microsoft.azure.cognitiveservices.search.autosuggest.models.ErrorResponse&text=ErrorResponse" data-throw-if-not-resolved="False"/>
syntax: public ErrorResponse body()
uid: com.microsoft.azure.cognitiveservices.search.autosuggest.models.ErrorResponseException.body()
nameWithType: ErrorResponseException
syntax: public class ErrorResponseException
type: class
uid: com.microsoft.azure.cognitiveservices.search.autosuggest.models.ErrorResponseException
fullName: com.microsoft.azure.cognitiveservices.search.autosuggest.models.ErrorResponseException
name: ErrorResponseException
package: com.microsoft.azure.cognitiveservices.search.autosuggest.models
summary: <p>Exception thrown for an invalid response with ErrorResponse information. </p>
metadata: {}