Google API error

interface ApiError {
    domain: "androidpublisher";
    location?: string;
    locationType?: string;
    message: string;
    reason: GoogleErrorReason;
}

Properties

domain: "androidpublisher"
location?: string
locationType?: string
message: string