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 final String getDomain()
Domain, or broad category, of the error.
public final void setDomain(String value)
Domain, or broad category, of the error.
public final String getReason()
Specific reason for the error.
public final void setReason(String value)
Specific reason for the error.