Use this consolidated error code index to navigate HTTP, AWS, Azure, and GCP failures from a single technical library. Each entry links to source-backed diagnosis, root-cause patterns, and production-focused remediation steps. Start broad, then drill into provider pages, operational categories, compare guides, or incident playbooks.
62 error codes available
99 error codes available
63 error codes available
22 error codes available
Showing 106-120 of 246.|Page 8 of 17
AWS IllegalVersioningConfigurationException (Illegal Versioning Configuration Exception) means the versioning configuration in the request is not valid. In Amaz...
AWS IncompleteBody (Incomplete Body) means the number of bytes sent is lower than the Content-Length header value. In Amazon S3, this error returns HTTP 400.
AWS IncorrectNumberOfFilesInPostRequest (Incorrect Number Of Files In Post Request) means S3 POST upload requires exactly one file payload. In Amazon S3, this e...
AWS InlineDataTooLarge (Inline Data Too Large) means inline data exceeds the maximum allowed size. In Amazon S3, this error returns HTTP 400.
AWS InternalError (Internal Error) means an internal Amazon S3 server error occurred while processing the request. In Amazon S3, this error returns HTTP 500.
AWS InvalidAddressingHeader means the request is missing or using an invalid addressing-role header; in S3 this appears with the message "You must specify the A...
AWS InvalidArgument (Invalid Argument) means one or more request arguments are invalid, missing, or in the wrong format. In Amazon S3, this error returns HTTP 4...
AWS InvalidObjectState means the requested operation is not valid for the object’s current state in S3 (HTTP 403).
AWS S3 InvalidRange (HTTP 416) occurs when a GetObject request includes a Range header that exceeds the actual byte size of the object. It indicates the request...
AWS S3 PreconditionFailed (HTTP 412) indicates that a conditional request was rejected because the object's current ETag or last-modified timestamp did not matc...
AWS InvalidParameterValueException means one of the parameters in the Lambda Invoke request is not valid (HTTP 400).
AWS RequestTooLargeException means the payload sent to a Lambda function exceeds the maximum allowed invocation payload size. Synchronous invocations are limite...
AWS ProvisionedThroughputExceededException means the request exceeded provisioned throughput for a DynamoDB table or index, so DynamoDB throttled the request (H...
AWS ServiceException means the AWS Lambda service encountered an internal error while processing the invoke request (HTTP 500).
AWS TooManyRequestsException is a Lambda-specific throttling error indicating that the function has reached its concurrency limit at either the function or acco...