70 строки
2.9 KiB
YAML
70 строки
2.9 KiB
YAML
### YamlMime:JavaType
|
|
inheritances:
|
|
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
|
|
methods:
|
|
- fullName: com.microsoft.azure.cognitiveservices.vision.faceapi.models.Error.code()
|
|
name: code()
|
|
nameWithType: Error.code()
|
|
returns:
|
|
description: <p>the code value </p>
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Get the code value.</p>
|
|
|
|
<p></p>
|
|
syntax: public String code()
|
|
uid: com.microsoft.azure.cognitiveservices.vision.faceapi.models.Error.code()
|
|
- fullName: com.microsoft.azure.cognitiveservices.vision.faceapi.models.Error.message()
|
|
name: message()
|
|
nameWithType: Error.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.vision.faceapi.models.Error.message()
|
|
- fullName: com.microsoft.azure.cognitiveservices.vision.faceapi.models.Error.withCode(String code)
|
|
name: withCode(String code)
|
|
nameWithType: Error.withCode(String code)
|
|
parameters:
|
|
- description: <p>the code value to set </p>
|
|
name: code
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>the Error object itself. </p>
|
|
type: <xref href="com.microsoft.azure.cognitiveservices.vision.faceapi.models.Error?alt=com.microsoft.azure.cognitiveservices.vision.faceapi.models.Error&text=Error" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Set the code value.</p>
|
|
|
|
<p></p>
|
|
syntax: public Error withCode(String code)
|
|
uid: com.microsoft.azure.cognitiveservices.vision.faceapi.models.Error.withCode(String)
|
|
- fullName: com.microsoft.azure.cognitiveservices.vision.faceapi.models.Error.withMessage(String message)
|
|
name: withMessage(String message)
|
|
nameWithType: Error.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 Error object itself. </p>
|
|
type: <xref href="com.microsoft.azure.cognitiveservices.vision.faceapi.models.Error?alt=com.microsoft.azure.cognitiveservices.vision.faceapi.models.Error&text=Error" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Set the message value.</p>
|
|
|
|
<p></p>
|
|
syntax: public Error withMessage(String message)
|
|
uid: com.microsoft.azure.cognitiveservices.vision.faceapi.models.Error.withMessage(String)
|
|
nameWithType: Error
|
|
syntax: public class Error
|
|
type: class
|
|
uid: com.microsoft.azure.cognitiveservices.vision.faceapi.models.Error
|
|
fullName: com.microsoft.azure.cognitiveservices.vision.faceapi.models.Error
|
|
name: Error
|
|
package: com.microsoft.azure.cognitiveservices.vision.faceapi.models
|
|
summary: <p>Error body. </p>
|
|
metadata: {}
|