404 Not Found


nginx
beegazpacho.com - GrazzMean
Uname: Linux in-mum-web1557.main-hosting.eu 5.14.0-503.35.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Apr 4 05:23:43 EDT 2025 x86_64
Software: LiteSpeed
PHP version: 8.2.30 [ PHP INFO ] PHP os: Linux
Server Ip: 88.222.243.71
Your Ip: 216.73.216.168
User: u848900432 (848900432) | Group: o51372345 (1051372345)
Safe Mode: OFF
Disable Function:
NONE

name : errors.go
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.

package neptunedata

import (
	"github.com/aws/aws-sdk-go/private/protocol"
)

const (

	// ErrCodeAccessDeniedException for service response error code
	// "AccessDeniedException".
	//
	// Raised in case of an authentication or authorization failure.
	ErrCodeAccessDeniedException = "AccessDeniedException"

	// ErrCodeBadRequestException for service response error code
	// "BadRequestException".
	//
	// Raised when a request is submitted that cannot be processed.
	ErrCodeBadRequestException = "BadRequestException"

	// ErrCodeBulkLoadIdNotFoundException for service response error code
	// "BulkLoadIdNotFoundException".
	//
	// Raised when a specified bulk-load job ID cannot be found.
	ErrCodeBulkLoadIdNotFoundException = "BulkLoadIdNotFoundException"

	// ErrCodeCancelledByUserException for service response error code
	// "CancelledByUserException".
	//
	// Raised when a user cancelled a request.
	ErrCodeCancelledByUserException = "CancelledByUserException"

	// ErrCodeClientTimeoutException for service response error code
	// "ClientTimeoutException".
	//
	// Raised when a request timed out in the client.
	ErrCodeClientTimeoutException = "ClientTimeoutException"

	// ErrCodeConcurrentModificationException for service response error code
	// "ConcurrentModificationException".
	//
	// Raised when a request attempts to modify data that is concurrently being
	// modified by another process.
	ErrCodeConcurrentModificationException = "ConcurrentModificationException"

	// ErrCodeConstraintViolationException for service response error code
	// "ConstraintViolationException".
	//
	// Raised when a value in a request field did not satisfy required constraints.
	ErrCodeConstraintViolationException = "ConstraintViolationException"

	// ErrCodeExpiredStreamException for service response error code
	// "ExpiredStreamException".
	//
	// Raised when a request attempts to access an stream that has expired.
	ErrCodeExpiredStreamException = "ExpiredStreamException"

	// ErrCodeFailureByQueryException for service response error code
	// "FailureByQueryException".
	//
	// Raised when a request fails.
	ErrCodeFailureByQueryException = "FailureByQueryException"

	// ErrCodeIllegalArgumentException for service response error code
	// "IllegalArgumentException".
	//
	// Raised when an argument in a request is not supported.
	ErrCodeIllegalArgumentException = "IllegalArgumentException"

	// ErrCodeInternalFailureException for service response error code
	// "InternalFailureException".
	//
	// Raised when the processing of the request failed unexpectedly.
	ErrCodeInternalFailureException = "InternalFailureException"

	// ErrCodeInvalidArgumentException for service response error code
	// "InvalidArgumentException".
	//
	// Raised when an argument in a request has an invalid value.
	ErrCodeInvalidArgumentException = "InvalidArgumentException"

	// ErrCodeInvalidNumericDataException for service response error code
	// "InvalidNumericDataException".
	//
	// Raised when invalid numerical data is encountered when servicing a request.
	ErrCodeInvalidNumericDataException = "InvalidNumericDataException"

	// ErrCodeInvalidParameterException for service response error code
	// "InvalidParameterException".
	//
	// Raised when a parameter value is not valid.
	ErrCodeInvalidParameterException = "InvalidParameterException"

	// ErrCodeLoadUrlAccessDeniedException for service response error code
	// "LoadUrlAccessDeniedException".
	//
	// Raised when access is denied to a specified load URL.
	ErrCodeLoadUrlAccessDeniedException = "LoadUrlAccessDeniedException"

	// ErrCodeMLResourceNotFoundException for service response error code
	// "MLResourceNotFoundException".
	//
	// Raised when a specified machine-learning resource could not be found.
	ErrCodeMLResourceNotFoundException = "MLResourceNotFoundException"

	// ErrCodeMalformedQueryException for service response error code
	// "MalformedQueryException".
	//
	// Raised when a query is submitted that is syntactically incorrect or does
	// not pass additional validation.
	ErrCodeMalformedQueryException = "MalformedQueryException"

	// ErrCodeMemoryLimitExceededException for service response error code
	// "MemoryLimitExceededException".
	//
	// Raised when a request fails because of insufficient memory resources. The
	// request can be retried.
	ErrCodeMemoryLimitExceededException = "MemoryLimitExceededException"

	// ErrCodeMethodNotAllowedException for service response error code
	// "MethodNotAllowedException".
	//
	// Raised when the HTTP method used by a request is not supported by the endpoint
	// being used.
	ErrCodeMethodNotAllowedException = "MethodNotAllowedException"

	// ErrCodeMissingParameterException for service response error code
	// "MissingParameterException".
	//
	// Raised when a required parameter is missing.
	ErrCodeMissingParameterException = "MissingParameterException"

	// ErrCodeParsingException for service response error code
	// "ParsingException".
	//
	// Raised when a parsing issue is encountered.
	ErrCodeParsingException = "ParsingException"

	// ErrCodePreconditionsFailedException for service response error code
	// "PreconditionsFailedException".
	//
	// Raised when a precondition for processing a request is not satisfied.
	ErrCodePreconditionsFailedException = "PreconditionsFailedException"

	// ErrCodeQueryLimitExceededException for service response error code
	// "QueryLimitExceededException".
	//
	// Raised when the number of active queries exceeds what the server can process.
	// The query in question can be retried when the system is less busy.
	ErrCodeQueryLimitExceededException = "QueryLimitExceededException"

	// ErrCodeQueryLimitException for service response error code
	// "QueryLimitException".
	//
	// Raised when the size of a query exceeds the system limit.
	ErrCodeQueryLimitException = "QueryLimitException"

	// ErrCodeQueryTooLargeException for service response error code
	// "QueryTooLargeException".
	//
	// Raised when the body of a query is too large.
	ErrCodeQueryTooLargeException = "QueryTooLargeException"

	// ErrCodeReadOnlyViolationException for service response error code
	// "ReadOnlyViolationException".
	//
	// Raised when a request attempts to write to a read-only resource.
	ErrCodeReadOnlyViolationException = "ReadOnlyViolationException"

	// ErrCodeS3Exception for service response error code
	// "S3Exception".
	//
	// Raised when there is a problem accessing Amazon S3.
	ErrCodeS3Exception = "S3Exception"

	// ErrCodeServerShutdownException for service response error code
	// "ServerShutdownException".
	//
	// Raised when the server shuts down while processing a request.
	ErrCodeServerShutdownException = "ServerShutdownException"

	// ErrCodeStatisticsNotAvailableException for service response error code
	// "StatisticsNotAvailableException".
	//
	// Raised when statistics needed to satisfy a request are not available.
	ErrCodeStatisticsNotAvailableException = "StatisticsNotAvailableException"

	// ErrCodeStreamRecordsNotFoundException for service response error code
	// "StreamRecordsNotFoundException".
	//
	// Raised when stream records requested by a query cannot be found.
	ErrCodeStreamRecordsNotFoundException = "StreamRecordsNotFoundException"

	// ErrCodeThrottlingException for service response error code
	// "ThrottlingException".
	//
	// Raised when the rate of requests exceeds the maximum throughput. Requests
	// can be retried after encountering this exception.
	ErrCodeThrottlingException = "ThrottlingException"

	// ErrCodeTimeLimitExceededException for service response error code
	// "TimeLimitExceededException".
	//
	// Raised when the an operation exceeds the time limit allowed for it.
	ErrCodeTimeLimitExceededException = "TimeLimitExceededException"

	// ErrCodeTooManyRequestsException for service response error code
	// "TooManyRequestsException".
	//
	// Raised when the number of requests being processed exceeds the limit.
	ErrCodeTooManyRequestsException = "TooManyRequestsException"

	// ErrCodeUnsupportedOperationException for service response error code
	// "UnsupportedOperationException".
	//
	// Raised when a request attempts to initiate an operation that is not supported.
	ErrCodeUnsupportedOperationException = "UnsupportedOperationException"
)

var exceptionFromCode = map[string]func(protocol.ResponseMetadata) error{
	"AccessDeniedException":           newErrorAccessDeniedException,
	"BadRequestException":             newErrorBadRequestException,
	"BulkLoadIdNotFoundException":     newErrorBulkLoadIdNotFoundException,
	"CancelledByUserException":        newErrorCancelledByUserException,
	"ClientTimeoutException":          newErrorClientTimeoutException,
	"ConcurrentModificationException": newErrorConcurrentModificationException,
	"ConstraintViolationException":    newErrorConstraintViolationException,
	"ExpiredStreamException":          newErrorExpiredStreamException,
	"FailureByQueryException":         newErrorFailureByQueryException,
	"IllegalArgumentException":        newErrorIllegalArgumentException,
	"InternalFailureException":        newErrorInternalFailureException,
	"InvalidArgumentException":        newErrorInvalidArgumentException,
	"InvalidNumericDataException":     newErrorInvalidNumericDataException,
	"InvalidParameterException":       newErrorInvalidParameterException,
	"LoadUrlAccessDeniedException":    newErrorLoadUrlAccessDeniedException,
	"MLResourceNotFoundException":     newErrorMLResourceNotFoundException,
	"MalformedQueryException":         newErrorMalformedQueryException,
	"MemoryLimitExceededException":    newErrorMemoryLimitExceededException,
	"MethodNotAllowedException":       newErrorMethodNotAllowedException,
	"MissingParameterException":       newErrorMissingParameterException,
	"ParsingException":                newErrorParsingException,
	"PreconditionsFailedException":    newErrorPreconditionsFailedException,
	"QueryLimitExceededException":     newErrorQueryLimitExceededException,
	"QueryLimitException":             newErrorQueryLimitException,
	"QueryTooLargeException":          newErrorQueryTooLargeException,
	"ReadOnlyViolationException":      newErrorReadOnlyViolationException,
	"S3Exception":                     newErrorS3Exception,
	"ServerShutdownException":         newErrorServerShutdownException,
	"StatisticsNotAvailableException": newErrorStatisticsNotAvailableException,
	"StreamRecordsNotFoundException":  newErrorStreamRecordsNotFoundException,
	"ThrottlingException":             newErrorThrottlingException,
	"TimeLimitExceededException":      newErrorTimeLimitExceededException,
	"TooManyRequestsException":        newErrorTooManyRequestsException,
	"UnsupportedOperationException":   newErrorUnsupportedOperationException,
}
© 2026 GrazzMean
Beegazpacho


Let’s  Start  Your  Online  Journey  with  Beegazpacho 

Welcome to Beegazpacho,
where creativity meets strategy,
and innovation drives success.


Contact
Now


OUR CLIENTS

WhatsApp-Image-2021-12-06.png
Untitled-design-11.png
niaf-logo.png
20220406-163308-scaled.jpg
karchi-logo.png
20220405-171252.png
20220405-171309.png
20220321-161603.png
20220321-161611.png
20220321-161628.png
20220321-161244.png
20220321-161256.png
20220321-161450.png
20220321-161205.png
20220226-170222.png
20220321-161051.png
20211202-170852.png
Untitled-design-9
pidilite-png-logo-colour
logo-black-e1706125740216-qisosldqhzgcaerhdt6n4t3m4s50jr0iik48z0h5vk
Fraikin-Dayim-logo-1
hpcl-logo-2-1
services

Transforming Ideas into
Success

.01
Digital Marketing

We drive growth through data-driven strategies and cutting-edge techniques.

Learn More

.02
SEO

Improve your online visibility and rank higher on search engines with our expert SEO services.

Learn More

.03
Website Designing

We design websites that are not only visually stunning but also user-centric, ensuring seamless navigation and enhanced user experience.

Learn More

.04
App Development

Our apps are crafted to be intuitive, engaging, and functional, providing your users with an exceptional mobile experience.

Learn More

.05
Social Media Ads

Target the right audience with precision and creativity to maximize engagement and conversions.

Learn More

.06
Google Ads

Maximize ROI with precision-targeted campaigns on Google’s powerful ad platform.

Learn More

.07
Google My Business

Optimize your local presence with strategies that put your business on the map and attract more customers.

Learn More

.08
Graphic Designing

Our designs tell your brand’s story in a visually compelling way.

Learn More

.09
3D Videos

Bring your product to life with immersive and dynamic 3D explainer videos.

Learn More

about BEEGAZPACHO

creating special Things
For special brands

Join the ranks of successful brands by partnering with Beegazpacho

00+

Happy Customer

00+

Continents

Our vision is not just to be a service provider but to be your partner in growth. We see ourselves as an extension of your team, working tirelessly to ensure that your brand not only meets its goals but surpasses them.

Explore
more

Our Recent Work

Crafted with Passion and Precision

Connect now


Web Design
Design, Development & Identity

Logo Design
Design, Development & Identity

Creative Brand design
Design, Development & Identity

Product Design Marketing
Design, Development & Identity

DIGITAL MARKETING
SEO
WEBSITE DESIGNING
APP DEVELOPMENT
SOCIAL MEDIA ADS
GOOGLE ADS
GOOGLE MY BUSINESS
GRAPHIC DESINING
3D VIDEOS
Client Stories

Hear It from Those Who Know Us Best

Our clients’ success stories speak volumes about our commitment to excellence. Don’t just take our word for it—hear directly from the brands we’ve partnered with. Their testimonials highlight our ability to bring visions to life and create a lasting impact on their businesses.

“Beegazpacho feels like an extension of our team. Their content marketing and social media expertise have elevated our brand. They listen, adapt, and always deliver on time. We look forward to continuing this partnership.”

— Sarah Williams

Head of Marketing, GreenPlanet Apparel

“Beegazpacho’s data-driven strategies helped us improve our online ads, optimize our website, and enhance branding. We’ve seen great ROI and increased visibility. Their professionalism is unmatched.”

— Arvind Shah

CEO, InnovateTech Solutions

“Partnering with Beegazpacho has been a game-changer for our brand. Their creative ad campaigns and SEO services have boosted our online presence and significantly increased leads and sales. We couldn’t ask for a better partner!”

— Rina Kapoor

Marketing Director, Luxury Home Interiors

“Beegazpacho feels like an extension of our team. Their content marketing and social media expertise have elevated our brand. They listen, adapt, and always deliver on time. We look forward to continuing this partnership.”

— Sarah Williams

Head of Marketing, GreenPlanet Apparel

“Beegazpacho’s data-driven strategies helped us improve our online ads, optimize our website, and enhance branding. We’ve seen great ROI and increased visibility. Their professionalism is unmatched.”

— Arvind Shah

CEO, InnovateTech Solutions

“Partnering with Beegazpacho has been a game-changer for our brand. Their creative ad campaigns and SEO services have boosted our online presence and significantly increased leads and sales. We couldn’t ask for a better partner!”

— Rina Kapoor

Marketing Director, Luxury Home Interiors