interface PlatformHttpClientError {
/**
* The reason of the error
*/
message: string;
/**
* Http status
*/
status: number;
}interface PlatformHttpClientError {
/**
* The reason of the error
*/
message: string;
/**
* Http status
*/
status: number;
}