◆ __construct()
| fiftyone\pipeline\cloudrequestengine\CloudRequestException::__construct | ( | string | $message, | 
| int | $httpStatusCode = 0, 
 | 
        ||
| array | $responseHeaders = []
  | 
        ||
| ) | 
Constructor for CloudRequestException.
- Parameters
 - 
    
string - $message - Exception message
 int - $httpStatusCode - The status code returned in the HTTP response
 - array<int|string,string|array<string,mixed>> - $responseHeaders The HTTP headers returned in the response
  
