azure-docs-sdk-java/archive/docs-ref-autogen/com.microsoft.azure.cogniti...

70 строки
3.2 KiB
YAML

### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.cognitiveservices.language.luis.runtime.models.APIError.message()
name: message()
nameWithType: APIError.message()
returns:
description: <p>the message value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the message value.</p>
<p></p>
syntax: public String message()
uid: com.microsoft.azure.cognitiveservices.language.luis.runtime.models.APIError.message()
- fullName: com.microsoft.azure.cognitiveservices.language.luis.runtime.models.APIError.statusCode()
name: statusCode()
nameWithType: APIError.statusCode()
returns:
description: <p>the statusCode value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the statusCode value.</p>
<p></p>
syntax: public String statusCode()
uid: com.microsoft.azure.cognitiveservices.language.luis.runtime.models.APIError.statusCode()
- fullName: com.microsoft.azure.cognitiveservices.language.luis.runtime.models.APIError.withMessage(String message)
name: withMessage(String message)
nameWithType: APIError.withMessage(String message)
parameters:
- description: <p>the message value to set </p>
name: message
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the APIError object itself. </p>
type: <xref href="com.microsoft.azure.cognitiveservices.language.luis.runtime.models.APIError?alt=com.microsoft.azure.cognitiveservices.language.luis.runtime.models.APIError&text=APIError" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the message value.</p>
<p></p>
syntax: public APIError withMessage(String message)
uid: com.microsoft.azure.cognitiveservices.language.luis.runtime.models.APIError.withMessage(String)
- fullName: com.microsoft.azure.cognitiveservices.language.luis.runtime.models.APIError.withStatusCode(String statusCode)
name: withStatusCode(String statusCode)
nameWithType: APIError.withStatusCode(String statusCode)
parameters:
- description: <p>the statusCode value to set </p>
name: statusCode
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the APIError object itself. </p>
type: <xref href="com.microsoft.azure.cognitiveservices.language.luis.runtime.models.APIError?alt=com.microsoft.azure.cognitiveservices.language.luis.runtime.models.APIError&text=APIError" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the statusCode value.</p>
<p></p>
syntax: public APIError withStatusCode(String statusCode)
uid: com.microsoft.azure.cognitiveservices.language.luis.runtime.models.APIError.withStatusCode(String)
nameWithType: APIError
syntax: public class APIError
type: class
uid: com.microsoft.azure.cognitiveservices.language.luis.runtime.models.APIError
fullName: com.microsoft.azure.cognitiveservices.language.luis.runtime.models.APIError
name: APIError
package: com.microsoft.azure.cognitiveservices.language.luis.runtime.models
summary: <p>Error information returned by the API. </p>
metadata: {}