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
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumThe 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
-