PlatformHttpClientError

JFrog Platform Administration Documentation

Content Type
Administration / Platform
ft:sourceType
Paligo
interface PlatformHttpClientError {
    /**
     * The reason of the error
     */
    message: string;

    /**
     * Http status
     */
    status: number;
}