Type Alias GetAppInsightAnalysisRecommendationsHttpError

type GetAppInsightAnalysisRecommendationsHttpError = {
    data: Errors;
    headers: Headers;
    status: 400 | 401 | 404 | 409 | 422 | 500;
}
Index

Properties

Properties

data: Errors
headers: Headers
status: 400 | 401 | 404 | 409 | 422 | 500