Type Alias ServerError

ServerError: {
    code: number;
    error_data: {
        details: string;
    };
    message: string;
    title: string;
}