public class ErrorDetails extends Object
Error informnation
Constructor and Description |
---|
ErrorDetails()
Initializes a new instance of the ErrorDetails class.
|
ErrorDetails(String domain,
String reason)
Initializes a new instance of the ErrorDetails class.
|
Modifier and Type | Method and Description |
---|---|
String |
getDomain()
Domain, or broad category, of the error.
|
String |
getReason()
Specific reason for the error.
|
void |
setDomain(String value)
Domain, or broad category, of the error.
|
void |
setReason(String value)
Specific reason for the error.
|
String |
toString()
Returns a String which represents the object instance.
|
public ErrorDetails()
Initializes a new instance of the ErrorDetails class.
public String getDomain()
Domain, or broad category, of the error.
String
object.public void setDomain(String value)
Domain, or broad category, of the error.
value
- a String
object.public void setReason(String value)
Specific reason for the error.
value
- a String
object.Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.