Module: Aws::Neptunedata::Errors
- Defined in:
- gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/errors.rb
Overview
When Neptunedata returns an error response, the Ruby SDK constructs and raises an error. These errors all extend Aws::Neptunedata::Errors::ServiceError < Errors::ServiceError
You can rescue all Neptunedata errors using ServiceError:
begin
# do stuff
rescue Aws::Neptunedata::Errors::ServiceError
# rescues all Neptunedata API errors
end
Request Context
ServiceError objects have a #context method that returns information about the request that generated the error. See Seahorse::Client::RequestContext for more information.
Error Classes
- AccessDeniedException
- BadRequestException
- BulkLoadIdNotFoundException
- CancelledByUserException
- ClientTimeoutException
- ConcurrentModificationException
- ConstraintViolationException
- ExpiredStreamException
- FailureByQueryException
- IllegalArgumentException
- InternalFailureException
- InvalidArgumentException
- InvalidNumericDataException
- InvalidParameterException
- LoadUrlAccessDeniedException
- MLResourceNotFoundException
- MalformedQueryException
- MemoryLimitExceededException
- MethodNotAllowedException
- MissingParameterException
- ParsingException
- PreconditionsFailedException
- QueryLimitExceededException
- QueryLimitException
- QueryTooLargeException
- ReadOnlyViolationException
- S3Exception
- ServerShutdownException
- StatisticsNotAvailableException
- StreamRecordsNotFoundException
- ThrottlingException
- TimeLimitExceededException
- TooManyRequestsException
- UnsupportedOperationException
Additionally, error classes are dynamically generated for service errors based on the error code if they are not defined above.
Defined Under Namespace
Classes: AccessDeniedException, BadRequestException, BulkLoadIdNotFoundException, CancelledByUserException, ClientTimeoutException, ConcurrentModificationException, ConstraintViolationException, ExpiredStreamException, FailureByQueryException, IllegalArgumentException, InternalFailureException, InvalidArgumentException, InvalidNumericDataException, InvalidParameterException, LoadUrlAccessDeniedException, MLResourceNotFoundException, MalformedQueryException, MemoryLimitExceededException, MethodNotAllowedException, MissingParameterException, ParsingException, PreconditionsFailedException, QueryLimitExceededException, QueryLimitException, QueryTooLargeException, ReadOnlyViolationException, S3Exception, ServerShutdownException, StatisticsNotAvailableException, StreamRecordsNotFoundException, ThrottlingException, TimeLimitExceededException, TooManyRequestsException, UnsupportedOperationException