public class DomainSettingError
extends java.lang.Object
| Constructor and Description |
|---|
DomainSettingError()
Initializes a new instance of the DomainSettingError class.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorCode |
getErrorCode()
Gets the error code that is associated with the specific request.
|
java.lang.String |
getErrorMessage()
Sets the error message that is associated with the specific request.
|
java.lang.String |
getSettingName()
Sets the name of the setting.
|
public DomainSettingError()
public ErrorCode getErrorCode()
public java.lang.String getErrorMessage()
public java.lang.String getSettingName()