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