Google API error response payload

interface GoogleSubscriptionGone {
    code: GONE;
    errors: ApiError[];
    kind: "fovea#subscriptionGone";
    message: string;
}

Hierarchy (view full)

Properties

Properties

code: GONE
errors: ApiError[]
kind: "fovea#subscriptionGone"
message: string