public final class IdentityError extends Object
Constructor and Description |
---|
IdentityError(String message,
String code,
String target,
List<IdentityError> details)
Constructs a new IdentityError
|
Modifier and Type | Method and Description |
---|---|
String |
getCode()
Get the code property: The error code.
|
List<IdentityError> |
getDetails()
Get the details property: Further details about specific errors that led to this error.
|
String |
getMessage()
Get the message property: The error message.
|
String |
getTarget()
Get the target property: The error target.
|
public IdentityError(String message, String code, String target, List<IdentityError> details)
message
- The message of the original errorcode
- The error codetarget
- The target of the errordetails
- Additional detailspublic String getCode()
public String getMessage()
public String getTarget()
public List<IdentityError> getDetails()
Copyright © 2021 Microsoft Corporation. All rights reserved.