azure-docs-sdk-java/docs-ref-autogen/com.azure.communication.ide...

91 строка
5.7 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.communication.identity.models.IdentityError"
fullName: "com.azure.communication.identity.models.IdentityError"
name: "IdentityError"
nameWithType: "IdentityError"
summary: "The Phone Number Services error."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **IdentityError**"
constructors:
- uid: "com.azure.communication.identity.models.IdentityError.IdentityError(java.lang.String,java.lang.String,java.lang.String,java.util.List<com.azure.communication.identity.models.IdentityError>)"
fullName: "com.azure.communication.identity.models.IdentityError.IdentityError(String message, String code, String target, List<IdentityError> details)"
name: "IdentityError(String message, String code, String target, List<IdentityError> details)"
nameWithType: "IdentityError.IdentityError(String message, String code, String target, List<IdentityError> details)"
summary: "Constructs a new Identity<wbr>Error"
parameters:
- description: "The message of the original error"
name: "message"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The error code"
name: "code"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The target of the error"
name: "target"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Additional details"
name: "details"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.communication.identity.models.IdentityError?alt=com.azure.communication.identity.models.IdentityError&text=IdentityError\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public IdentityError(String message, String code, String target, List<IdentityError> details)"
desc: "Constructs a new IdentityError"
methods:
- uid: "com.azure.communication.identity.models.IdentityError.getCode()"
fullName: "com.azure.communication.identity.models.IdentityError.getCode()"
name: "getCode()"
nameWithType: "IdentityError.getCode()"
summary: "Get the code property: The error code."
syntax: "public String getCode()"
desc: "Get the code property: The error code."
returns:
description: "the code value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.communication.identity.models.IdentityError.getDetails()"
fullName: "com.azure.communication.identity.models.IdentityError.getDetails()"
name: "getDetails()"
nameWithType: "IdentityError.getDetails()"
summary: "Get the details property: Further details about specific errors that led to this error."
syntax: "public List<IdentityError> getDetails()"
desc: "Get the details property: Further details about specific errors that led to this error."
returns:
description: "the details value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.communication.identity.models.IdentityError?alt=com.azure.communication.identity.models.IdentityError&text=IdentityError\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.communication.identity.models.IdentityError.getMessage()"
fullName: "com.azure.communication.identity.models.IdentityError.getMessage()"
name: "getMessage()"
nameWithType: "IdentityError.getMessage()"
summary: "Get the message property: The error message."
syntax: "public String getMessage()"
desc: "Get the message property: The error message."
returns:
description: "the message value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.communication.identity.models.IdentityError.getTarget()"
fullName: "com.azure.communication.identity.models.IdentityError.getTarget()"
name: "getTarget()"
nameWithType: "IdentityError.getTarget()"
summary: "Get the target property: The error target."
syntax: "public String getTarget()"
desc: "Get the target property: The error target."
returns:
description: "the target value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "class"
desc: "The Phone Number Services error."
metadata: {}
package: "com.azure.communication.identity.models"
artifact: com.azure:azure-communication-identity:1.5.8