Google API error response payload

interface ErrorResponse_API {
    code: GONE;
    errors: ApiError[];
    kind?: string;
    message: string;
}

Hierarchy (view full)

Properties

code: GONE
errors: ApiError[]
kind?: string
message: string