Type Alias GetAutomlPredictionPredictionsHttpError

type GetAutomlPredictionPredictionsHttpError = {
    data: AppErrorResponse;
    headers: Headers;
    status: 400 | 401 | 403 | 404 | 409 | 503;
}
Index

Properties

Properties

headers: Headers
status: 400 | 401 | 403 | 404 | 409 | 503