Object used in anonymous.sendRequestSuccessCB function.
new sendRequestSuccessCBParameter()
Name | Type | Default | Description |
status | number | undefined | The HTTP status code |
headers | object | undefined | An object that contains headerKey = value pairs. |
responseText | string | undefined | The text response.This parameter is present only if the response is a text response. |
responseBase64 | string | undefined | Base64 encoded representation of the binary response.This parameter is included only if the response is a binary response. |
clientError | object | undefined | An optional object that contains the authentication error.It is an object of anonymous.sendRequestErrorCBParameter. |