Interface ServiceResponse
- All Superinterfaces:
Serializable
,ServiceMessage
- All Known Implementing Classes:
AbstractResponse
,ChangePasswordResponse
,CreateApplicationEventResponse
,CreateApplicationSessionResponse
,DeleteAccountResponse
,DestroyApplicationSessionResponse
,DisableGoogleAuthenticatorCredentialResponse
,LoginResponse
,LogoutResponse
,ManageUserAccountResponse
,RefreshDataViewsResponse
,RegisterUserResponse
,RemoveDataResponse
,SearchDocumentResponse
,SendEmailResponse
,SetGoogleAuthenticatorCredentialResponse
,UpdateApplicationConfigurationResponse
,UpdateSearchIndexResponse
The Interface ServiceResponse.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic enum
The Enum ServiceResult. -
Method Summary
Modifier and TypeMethodDescriptionGets the error message.Gets the result.
-
Method Details
-
getResult
ServiceResponse.ServiceResult getResult()Gets the result.- Returns:
- the result
-
getErrorMessage
String getErrorMessage()Gets the error message.- Returns:
- the error message
-