TTMSMCPCloudImageAIErrorEvent Event Type
Signature of the handler notified when an image request has failed.
API unit family: TMS.MCP.CloudImageAI
Remarks
Raised on the main thread. It covers a call that did not succeed, a response that carried no image, and a polled job that reported neither completion nor progress. When a polled job answers without usable polling information the operation simply stops and no event is raised at all.
Parameters
| Name | Description |
|---|---|
Sender |
Component that issued the request. |
ARequestResult |
Result of the underlying call. Its status flag, status code and raw response body describe the failure; for a transport-level failure the body holds the service's error payload when one was returned. |