ServerAcknowledgement
| Field Name | Data Type | Retrieves |
|---|---|---|
| Message | string | Server response to change password SRP API |
| OptionalFields | map<string, string> | This is additional information given to the client in cases of failure. The field OptionalFields[“ErrorMessage”] would contain the reason for error or exception |
| ResponseCode | enum | SUCCESS = 0; WARNING = 1; FAILED = 2; ERROR = 3; TIMED_OUT = 4; SESSION_NOT_FOUND = 5 |
| ServerResponse | string | Success: In case the invoked API executes successfully on the server side Failed: In case the invoked API throws an error or lands in an exception |